Commit ef495f33 by Thanh Hung Pham

Fix merge request

parent 60733fbe
......@@ -51,11 +51,9 @@ group :development do
gem 'binding_of_caller'
gem 'devise'
gem 'figaro'
gem 'rubyzip'
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
gem 'better_errors'
gem 'binding_of_caller'
gem 'rubyzip'
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
......
user_name
user_password
......@@ -36,8 +36,8 @@ Rails.application.configure do
address: 'smtp.gmail.com',
port: 587,
domain: 'zigexn.vn',
user_name: 'hungpt@zigexn.vn',
password: 'hung@1234567pham@',
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