diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 9 |
1 files changed, 8 insertions, 1 deletions
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: | |||
63 | redis: | 63 | redis: |
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 |
70 | smtp: | 77 | smtp: |