|
@@ -1,11 +1,6 @@
|
|
|
# Use this hook to configure devise mailer, warden hooks and so forth.
|
|
|
# Many of these configuration options can be set straight in your model.
|
|
|
Devise.setup do |config|
|
|
|
- # 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.
|
|
|
- config.secret_key = ENV['DEVISE_SECRET_TOKEN']
|
|
|
-
|
|
|
# ==> 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
|