Merge pull request #3870 from rockandror/update-secrets-example
Add smtp settings for staging environment on secrets
This commit is contained in:
@@ -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: ""
|
||||
|
||||
Reference in New Issue
Block a user