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:
authorDrew Blessing <dblessing@users.noreply.github.com>2015-01-19 07:02:46 +0300
committerDrew Blessing <dblessing@users.noreply.github.com>2015-01-19 07:02:46 +0300
commita3ef61de9206f18f4d688ca7db2f1f888114abdb (patch)
treedc1f13b0213e586ba76bf37b6fdb144d4df696e8 /config
parent85c0ce2e1a2f99de2e7155026cd97d5fe9765018 (diff)
parentb97218db4d76a571a8ac4dd3e94ad5f7e6d9f67d (diff)
Merge pull request #8040 from drag00n/updatedhint
Use full path from root of project.
Diffstat (limited to 'config')
-rw-r--r--config/gitlab.yml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 5d801b9ae5b..92f601282e0 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -44,7 +44,7 @@ production: &base
# Email address used in the "From" field in mails sent by GitLab
email_from: example@example.com
- # Email server smtp settings are in [a separate file](initializers/smtp_settings.rb.sample).
+ # Email server smtp settings are in config/initializers/smtp_settings.rb.sample
## User settings
default_projects_limit: 10