This commit is contained in:
Your Name 2023-10-06 20:15:02 -06:00
parent 97d89b3b1f
commit c416d33c6b

View File

@ -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 └─────────────────────────────