Add doube quotes to user_name and password in email.yml.example (#2927).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2564 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
7bd4590cd6
commit
04abeda1d7
@ -7,8 +7,8 @@ production:
|
|||||||
port: 25
|
port: 25
|
||||||
domain: example.net
|
domain: example.net
|
||||||
authentication: :login
|
authentication: :login
|
||||||
user_name: redmine@example.net
|
user_name: "redmine@example.net"
|
||||||
password: redmine
|
password: "redmine"
|
||||||
|
|
||||||
development:
|
development:
|
||||||
delivery_method: :smtp
|
delivery_method: :smtp
|
||||||
@ -17,5 +17,5 @@ development:
|
|||||||
port: 25
|
port: 25
|
||||||
domain: example.net
|
domain: example.net
|
||||||
authentication: :login
|
authentication: :login
|
||||||
user_name: redmine@example.net
|
user_name: "redmine@example.net"
|
||||||
password: redmine
|
password: "redmine"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user