modify setting
This commit is contained in:
parent
75c9921231
commit
099c916bf5
|
@ -85,12 +85,14 @@ default:
|
||||||
delivery_method: :smtp
|
delivery_method: :smtp
|
||||||
smtp_settings:
|
smtp_settings:
|
||||||
|
|
||||||
address: smtp.163.com
|
|
||||||
port: 25
|
|
||||||
domain: smtp.163.com
|
address: smtp.gmail.com
|
||||||
authentication: :login
|
port: 587
|
||||||
user_name: trustie2@163.com
|
domain: smtp.gmail.com
|
||||||
password: PDLtrustie2
|
authentication: :plain
|
||||||
|
user_name: trustieforge@gmail.com
|
||||||
|
password: '!@#$%^&*()'
|
||||||
|
|
||||||
# Absolute path to the directory where attachments are stored.
|
# Absolute path to the directory where attachments are stored.
|
||||||
# The default is the 'files' directory in your Redmine instance.
|
# The default is the 'files' directory in your Redmine instance.
|
||||||
|
|
|
@ -56,7 +56,7 @@ activity_days_default:
|
||||||
per_page_options:
|
per_page_options:
|
||||||
default: '25,50,100'
|
default: '25,50,100'
|
||||||
mail_from:
|
mail_from:
|
||||||
default: trustie2@163.com
|
default: trustieforge@gmail.com
|
||||||
bcc_recipients:
|
bcc_recipients:
|
||||||
default: 1
|
default: 1
|
||||||
plain_text_mail:
|
plain_text_mail:
|
||||||
|
@ -90,11 +90,6 @@ diff_max_lines_displayed:
|
||||||
enabled_scm:
|
enabled_scm:
|
||||||
serialized: true
|
serialized: true
|
||||||
default:
|
default:
|
||||||
- Subversion
|
|
||||||
- Darcs
|
|
||||||
- Mercurial
|
|
||||||
- Cvs
|
|
||||||
- Bazaar
|
|
||||||
- Git
|
- Git
|
||||||
autofetch_changesets:
|
autofetch_changesets:
|
||||||
default: 1
|
default: 1
|
||||||
|
|
Loading…
Reference in New Issue