diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-09-06 08:09:54 -0700 |
---|---|---|
committer | Ruben Davila <rdavila84@gmail.com> | 2017-09-06 12:57:30 -0500 |
commit | 7b567597eef25ca3af8af63a71bcc4dfefc2a694 (patch) | |
tree | 6b2fe901187399ff9e49e1c2fe3ea296fd3f18e9 /config | |
parent | 1245cccf689b7ac47f36097c3d2350a411743921 (diff) | |
download | gitlab-ce-7b567597eef25ca3af8af63a71bcc4dfefc2a694.tar.gz |
Fix specs; start on light theme
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 2213a1188ee..cd44f888d3f 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -79,7 +79,9 @@ production: &base ## Default theme ID ## 1 - Indigo ## 2 - Dark - ## 3 - Blue + ## 3 - Light + ## 4 - Blue + ## 5 - Green # default_theme: 1 # default: 1 ## Automatic issue closing |