config/initializers/devise.rb in jobshop-0.0.3.0 vs config/initializers/devise.rb in jobshop-0.0.3.1

- old
+ new

@@ -4,10 +4,10 @@ # The secret key used by Devise. Devise uses this key to generate # random tokens. Changing this key will render invalid all existing # confirmation, reset password and unlock tokens in the database. # Devise will use the `secret_key_base` as its `secret_key` # by default. You can change it below and use your own secret key. - # config.secret_key = ENV.fetch("DEVISE_SECRET_KEY") + config.secret_key = "asdf" # ENV.fetch("DEVISE_SECRET_KEY") # ==> Mailer Configuration # Configure the e-mail address which will be shown in Devise::Mailer, # note that it will be overwritten if you use your own mailer class # with default "from" parameter.