summaryrefslogtreecommitdiff
path: root/config/gitlab.yml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example4
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