Commit aafbdb3b by Thanh Hung Pham

Upercase key

parent ef495f33
user_name USER_NAME
user_password USER_PASSWORD
...@@ -36,8 +36,8 @@ Rails.application.configure do ...@@ -36,8 +36,8 @@ Rails.application.configure do
address: 'smtp.gmail.com', address: 'smtp.gmail.com',
port: 587, port: 587,
domain: 'zigexn.vn', domain: 'zigexn.vn',
user_name: ENV['user_name'], user_name: ENV['USER_NAME'],
password: ENV['user_password'], password: ENV['USER_PASSWORD'],
authentication: 'plain', authentication: 'plain',
enable_starttls_auto: true enable_starttls_auto: true
} }
......
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