Skip to content

Commit

Permalink
Update config/initializers/figaro.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
aitorlb committed Aug 7, 2019
1 parent 6e47be4 commit 4b94239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/figaro.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
keys = %w[SECRET_KEY_BASE]
unless env.development? || env.test?
keys += %w[DB_DATABASE DB_PASSWORD DB_USERNAME]
keys += %w[MAILER_SMTP_ADDRESS MAILER_SMTP_DOMAIN MAILER_SMTP_PORT MAILER_SMTP_USER_NAME MAILER_SMTP_PASSWORD]
# keys += %w[MAILER_SMTP_ADDRESS MAILER_SMTP_DOMAIN MAILER_SMTP_PORT MAILER_SMTP_USER_NAME MAILER_SMTP_PASSWORD]
# keys += %w[GEOCODER_LOOKUP_APP_ID GEOCODER_LOOKUP_APP_CODE]
# keys += %w[CENSUS_URL CENSUS_SECRET CENSUS_INTEREST]
end
Expand Down

0 comments on commit 4b94239

Please sign in to comment.