dsa
This commit is contained in:
parent
97d89b3b1f
commit
c416d33c6b
18
example.yml
18
example.yml
@ -78,9 +78,21 @@ db:
|
||||
redis:
|
||||
host: localhost
|
||||
port: 6379
|
||||
#pass: example-pass
|
||||
#prefix: example-prefix
|
||||
#db: 1
|
||||
|
||||
redisForPubsub:
|
||||
host: localhost
|
||||
port: 6379
|
||||
db: 1
|
||||
|
||||
redisForJobQueue:
|
||||
host: localhost
|
||||
port: 6379
|
||||
db: 1
|
||||
|
||||
redisForTimelines:
|
||||
host: localhost
|
||||
port: 6379
|
||||
db: 1
|
||||
|
||||
# ┌─────────────────────────────┐
|
||||
#───┘ Elasticsearch configuration └─────────────────────────────
|
||||
|
Loading…
Reference in New Issue
Block a user