修改邮件配置文件

更新gem镜像路径
This commit is contained in:
huang 2015-10-15 17:02:16 +08:00
parent 464fc461ea
commit 94d60e4150
5 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
source 'http://ruby.taobao.org'
source 'https://ruby.taobao.org'
#source 'http://ruby.sdutlinux.org/'
unless RUBY_PLATFORM =~ /w32/

View File

@ -83,12 +83,12 @@ default:
email_delivery:
delivery_method: :smtp
smtp_settings:
address: smtp.163.com
port: 25
domain: smtp.163.com
authentication: :plain
user_name: "huang.jingquan@163.com"
password: 'xinhu1ji2qu366'
address: mail.trustie.net
port: 25
domain: mail.trustie.net
authentication: :login
user_name: "mail@trustie.net"
password: "loong2010"
# Absolute path to the directory where attachments are stored.
# The default is the 'files' directory in your Redmine instance.

View File

@ -1,4 +1,4 @@
source "http://ruby.taobao.org"
source "https://ruby.taobao.org"
gemspec

View File

@ -5,7 +5,7 @@ PATH
rack (~> 1.5.1)
GEM
remote: http://ruby.taobao.org/
remote: https://ruby.taobao.org/
specs:
byebug (4.0.5)
columnize (= 0.9.0)

View File

@ -1,4 +1,4 @@
source 'http://ruby.taobao.org'
source 'https://ruby.taobao.org'
gem 'rich', '1.4.6'
gem 'kaminari'