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
|
||||
domain: example.net
|
||||
authentication: :login
|
||||
user_name: redmine@example.net
|
||||
password: redmine
|
||||
user_name: "redmine@example.net"
|
||||
password: "redmine"
|
||||
|
||||
development:
|
||||
delivery_method: :smtp
|
||||
|
@ -17,5 +17,5 @@ development:
|
|||
port: 25
|
||||
domain: example.net
|
||||
authentication: :login
|
||||
user_name: redmine@example.net
|
||||
password: redmine
|
||||
user_name: "redmine@example.net"
|
||||
password: "redmine"
|
||||
|
|
Loading…
Reference in New Issue