diff options
author | Andrew8xx8 <avk@8xx8.ru> | 2013-02-14 18:43:06 +0400 |
---|---|---|
committer | Andrew8xx8 <avk@8xx8.ru> | 2013-02-28 16:11:13 +0400 |
commit | c6385e41355a622ef1be2d72d0fd20eef2897707 (patch) | |
tree | 529aa3c3c700ba3f517b5ac12119f8ff55c00c3f /config/gitlab.yml.example | |
parent | c643b50dbd726b6a3396ea459d14378e1c52b48b (diff) | |
download | gitlab-ce-c6385e41355a622ef1be2d72d0fd20eef2897707.tar.gz |
Section name returned back to base
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 895ae797b6b..b7b2296fee2 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -140,13 +140,13 @@ production: &base timeout: 10 development: - <<: *defaults + <<: *base test: - <<: *defaults + <<: *base issues_tracker: redmine: issues_url: "http://redmine/:project_id/:issues_tracker_id/:id" staging: - <<: *defaults + <<: *base |