aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/default.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'config/default.yaml')
-rw-r--r--config/default.yaml9
1 files changed, 8 insertions, 1 deletions
diff --git a/config/default.yaml b/config/default.yaml
index 14bb8d060..5d0eab4f5 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -65,8 +65,15 @@ database:
65redis: 65redis:
66 hostname: 'localhost' 66 hostname: 'localhost'
67 port: 6379 67 port: 6379
68 auth: null 68 auth: null # Used by both standalone and sentinel
69 db: 0 69 db: 0
70 sentinel:
71 enabled: false
72 enable_tls: false
73 master_name: ''
74 sentinels:
75 - hostname: ''
76 port: 26379
70 77
71# SMTP server to send emails 78# SMTP server to send emails
72smtp: 79smtp: