Commit 4b9be94a by Truong Ba Dieu

Add devise sceret

parent 606ad3ba
......@@ -4,13 +4,13 @@ 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 = '363f4c74627fa6ff5732bd230a7226f49f4d223145c9eb8d2cd81b022e19ee639a45de0b9955bfdf8a6bb275739af4d1f571923584e792920324579d54a78dda'
config.secret_key = 'd11a94bddda23c556054d92f68fabad7d4fb362b7d1d8164bec321475af9c3f35f3424a7649d33e39290f5a1c4c17f65fd4dbdaed489e4a198d94434e1ed831b'
# ==> 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.
config.mailer_sender = 'please-change-me-at-config-initializers-devise@example.com'
config.mailer_sender = 'no-reply@venshop.com'
# Configure the class responsible to send e-mails.
# config.mailer = 'Devise::Mailer'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment