feat: add indexer for git
- reuse the database for the indexer
This commit is contained in:
parent
b6c959d368
commit
801644a86b
@ -105,3 +105,5 @@ gitea::custom_configuration:
|
||||
cache:
|
||||
ADAPTER: redis
|
||||
HOST: "redis+sentinel://gitea-redis-replica-prod.service.consul:26379/1?master_name=au-syd1&password=%{hiera('gitea_redis_pass')}&sentinel_password=%{hiera('gitea_redis_pass')}"
|
||||
indexer:
|
||||
ISSUE_INDEXER_TYPE: db
|
||||
|
||||
Loading…
Reference in New Issue
Block a user