diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 4 | ||||
-rw-r--r-- | config/production.yaml.example | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 0b096cf8d..78995b4bc 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -52,6 +52,10 @@ redis: | |||
52 | db: 0 | 52 | db: 0 |
53 | 53 | ||
54 | smtp: | 54 | smtp: |
55 | # smtp or sendmail | ||
56 | transport: smtp | ||
57 | # Path to sendmail command. Required if you use sendmail transport | ||
58 | sendmail: null | ||
55 | hostname: null | 59 | hostname: null |
56 | port: 465 | 60 | port: 465 |
57 | username: null | 61 | username: null |
diff --git a/config/production.yaml.example b/config/production.yaml.example index b6f7d1913..bd867be53 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -53,6 +53,10 @@ redis: | |||
53 | 53 | ||
54 | # SMTP server to send emails | 54 | # SMTP server to send emails |
55 | smtp: | 55 | smtp: |
56 | # smtp or sendmail | ||
57 | transport: smtp | ||
58 | # Path to sendmail command. Required if you use sendmail transport | ||
59 | sendmail: null | ||
56 | hostname: null | 60 | hostname: null |
57 | port: 465 # If you use StartTLS: 587 | 61 | port: 465 # If you use StartTLS: 587 |
58 | username: null | 62 | username: null |