diff options
author | Marin Jankovski <marin@gitlab.com> | 2014-05-16 12:57:32 +0200 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2014-05-16 12:57:32 +0200 |
commit | dbd88d453b8e6c78a423fa7e692004b1db6ea069 (patch) | |
tree | 3ca2e0353fcd278a0bb8cd7527e2cc8197c4cf3a /config/gitlab.yml.example | |
parent | cb58e1cbd74a76c2e25f56e8df1f1f494d14128a (diff) | |
download | gitlab-ce-dbd88d453b8e6c78a423fa7e692004b1db6ea069.tar.gz |
Update the examples to example.com
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 07c9681f9ad..7b53a065533 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -33,10 +33,10 @@ production: &base ## Email settings # Email address used in the "From" field in mails sent by GitLab - email_from: gitlab@localhost + email_from: example@example.com # Email address of your support contact (default: same as email_from) - support_email: support@localhost + support_email: support@example.com ## User settings default_projects_limit: 10 |