pull/48/head
rick carlino 2014-05-22 06:25:38 -07:00
parent f263892e57
commit 9306486e5f
1 changed files with 10 additions and 9 deletions

View File

@ -9,12 +9,13 @@
# Make sure your secret_key_base is kept private
# if you're sharing your code publicly.
if Rails.env == 'production'
Dss::Application.config.secret_key_base = ENV['secret_key_base']
# else
# Going to keep a hard coded one here to make life easy for folks who want to
# run it in development / submit PRs. Less config. RC.
# Dss::Application.config.secret_key_base = '452b4491c1cdd7315a0d787be2f7668ea'\
# '8307a64733488151a43b62bdd76a6eb819cf973a9261b1500ef5745faf54171c7015f5ab7fd'\
# '43449a5e06e6c1215e4e'
end
Dss::Application.config.secret_key_base = ENV['secret_key_base']
# if Rails.env == 'production'
# Dss::Application.config.secret_key_base = ENV['secret_key_base']
# # else
# # Going to keep a hard coded one here to make life easy for folks who want to
# # run it in development / submit PRs. Less config. RC.
# # Dss::Application.config.secret_key_base = '452b4491c1cdd7315a0d787be2f7668ea'\
# # '8307a64733488151a43b62bdd76a6eb819cf973a9261b1500ef5745faf54171c7015f5ab7fd'\
# # '43449a5e06e6c1215e4e'
# end