Commit aafbdb3b by Thanh Hung Pham

Upercase key

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