Merge pull request #3870 from rockandror/update-secrets-example

Add smtp settings for staging environment on secrets
This commit is contained in:
Javier Martín
2019-11-26 17:44:12 +01:00
committed by GitHub

View File

@@ -32,6 +32,15 @@ test:
staging:
secret_key_base: ""
server_name: ""
# mailer_delivery_method: "smtp"
# smtp_settings:
# address: "smtp.example.com"
# port: 25
# domain: "your_domain.com"
# user_name: "<username>"
# password: "<password>"
# authentication: "plain"
# enable_starttls_auto: true
force_ssl: true
delay_jobs: true
rollbar_server_token: ""