Commit 41868eb3 by Thanh Hung Pham

Merge branch 'master' into hungpt_jobs

parents 80f7a64f e738a3f7
......@@ -52,6 +52,7 @@ group :development do
gem 'binding_of_caller'
gem 'devise'
gem 'figaro'
gem 'rubyzip'
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
gem 'will_paginate', '3.1.5'
......
......@@ -16,6 +16,13 @@ footer {
}
}
input {
border: 1px solid $bbb;
height: auto;
margin-bottom: 15px;
width: 100%;
}
.navbar-inverse {
background-color: $eee;
border-color: $color888;
......
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
}
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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