Remove obsolete configuration values

This commit is contained in:
Dan Rice 2014-07-07 22:15:05 -04:00
parent 1e4f7c9f30
commit 78dc56c37c
3 changed files with 0 additions and 17 deletions

View file

@ -33,10 +33,6 @@ Rails.application.configure do
# Print deprecation notices to the stderr.
config.active_support.deprecation = :stderr
# Unique cookies and use cookies for session
# config.action_controller.session_store = :cookie_store
# config.action_controller.session = { :key => 'TracksTest', :secret => SITE_CONFIG['salt'] * (30.0 / SITE_CONFIG['salt'].length).ceil }
SITE_CONFIG['salt'] ||= 'change-me'