Devise issues again.

pull/85/head
rick carlino 2014-06-13 06:45:09 -07:00
parent 4a03361792
commit 344727be12
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ Devise.setup do |config|
# random tokens. Changing this key will render invalid all existing
# confirmation, reset password and unlock tokens in the database.
config.secret_key = ENV['secret_key_base']
config.secret_key = '78d21d901ba79defae9ddf6359eb70c6d8203f7ea7eec3e8f3e3791c6b1fe04a5b0313f149b2b81dd108aae49254dd2b905c00f863e1923916dbac70bba63134'
# ==> Mailer Configuration
# Configure the e-mail address which will be shown in Devise::Mailer,

View File

@ -10,4 +10,4 @@
# 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 = '78d21d901ba79defae9ddf6359eb70c6d8203f7ea7eec3e8f3e3791c6b1fe04a5b0313f149b2b81dd108aae49254dd2b905c00f863e1923916dbac70bba63134'