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:
authorAndrew8xx8 <avk@8xx8.ru>2013-02-14 18:25:56 +0400
committerAndrew8xx8 <avk@8xx8.ru>2013-02-28 16:11:13 +0400
commit9b606ede000666bc5f5330f43fa0ea0c7ff9815c (patch)
tree42d8bfde505221aa4db23e30e601838379b4f477 /config
parent9e8a818696f3b3538b93a306d6e8d3ce5973ece0 (diff)
Wrong default section in config. Fixed.
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 cc38b3a45ce..c7bb66ae6e7 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -140,10 +140,10 @@ production: &base
timeout: 10
development:
- <<: *base
+ <<: *defaults
test:
<<: *base
staging:
- <<: *base
+ <<: *defaults