Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-05-16 14:57:32 +0400
committerMarin Jankovski <marin@gitlab.com>2014-05-16 14:57:32 +0400
commitdbd88d453b8e6c78a423fa7e692004b1db6ea069 (patch)
tree3ca2e0353fcd278a0bb8cd7527e2cc8197c4cf3a /config
parentcb58e1cbd74a76c2e25f56e8df1f1f494d14128a (diff)
Update the examples to example.com
Diffstat (limited to 'config')
-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