aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml1
-rw-r--r--config/production.yaml.example1
2 files changed, 2 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml
index 995638281..8a177e628 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -25,6 +25,7 @@ redis:
25 hostname: 'localhost' 25 hostname: 'localhost'
26 port: 6379 26 port: 6379
27 auth: null 27 auth: null
28 db: 0
28 29
29smtp: 30smtp:
30 hostname: null 31 hostname: null
diff --git a/config/production.yaml.example b/config/production.yaml.example
index 71344fa35..51d5c5180 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -27,6 +27,7 @@ redis:
27 hostname: 'localhost' 27 hostname: 'localhost'
28 port: 6379 28 port: 6379
29 auth: null 29 auth: null
30 db: 0
30 31
31# SMTP server to send emails 32# SMTP server to send emails
32smtp: 33smtp: