pull/48/head
rick carlino 2014-05-22 06:27:26 -07:00
parent 9306486e5f
commit 15c3af6651
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
# Make sure your secret_key_base is kept private
# if you're sharing your code publicly.
Dss::Application.config.secret_key_base = ENV['secret_key_base']
Dss::Application.config.secret_key_base = `rake secret`
# if Rails.env == 'production'
# Dss::Application.config.secret_key_base = ENV['secret_key_base']
# # else