aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml9
-rw-r--r--config/production.yaml.example9
2 files changed, 16 insertions, 2 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:
diff --git a/config/production.yaml.example b/config/production.yaml.example
index db9c18cb8..5514f1af6 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -63,8 +63,15 @@ database:
63redis: 63redis:
64 hostname: 'localhost' 64 hostname: 'localhost'
65 port: 6379 65 port: 6379
66 auth: null 66 auth: null # Used by both standalone and sentinel
67 db: 0 67 db: 0
68 sentinel:
69 enabled: false
70 enable_tls: false
71 master_name: ''
72 sentinels:
73 - hostname: ''
74 port: 26379
68 75
69# SMTP server to send emails 76# SMTP server to send emails
70smtp: 77smtp: