diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/email.yml.example | 10 | ||||
-rw-r--r-- | config/settings.yml | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/config/email.yml.example b/config/email.yml.example index a67c12279..685096da4 100644 --- a/config/email.yml.example +++ b/config/email.yml.example @@ -3,11 +3,11 @@ production: delivery_method: :smtp smtp_settings: - address: smtp.somenet.foo + address: smtp.example.net port: 25 - domain: somenet.foo + domain: example.net authentication: :login - user_name: redmine@somenet.foo + user_name: redmine@example.net password: redmine development: @@ -15,7 +15,7 @@ development: smtp_settings: address: 127.0.0.1 port: 25 - domain: somenet.foo + domain: example.net authentication: :login - user_name: redmine@somenet.foo + user_name: redmine@example.net password: redmine diff --git a/config/settings.yml b/config/settings.yml index 78a366f35..9a59d5686 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -43,7 +43,7 @@ activity_days_default: per_page_options: default: '25,50,100' mail_from: - default: redmine@somenet.foo + default: redmine@example.net bcc_recipients: default: 1 text_formatting: |