Update secrets.yml.example

Add smtp settings for staging environment
This commit is contained in:
taitus
2019-11-26 16:52:46 +01:00
parent 24359294e4
commit 0025fcb43e

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: ""