diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2015-03-26 18:07:20 -0700 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2015-03-26 18:07:20 -0700 |
commit | b322344520b5d92c0199bd2222187fab62b7eee5 (patch) | |
tree | edeb429188168ca92742cdbf3d0298ec563e5edb | |
parent | 090f2344ecb6631b20df5853045536f1eb0589d3 (diff) | |
download | gitlab-ce-b322344520b5d92c0199bd2222187fab62b7eee5.tar.gz |
Add a note about not adding new setting options to gitlab.yml.
-rw-r--r-- | config/gitlab.yml.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index c4a0fefb7ab..11278ef40dc 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -2,6 +2,11 @@ # GitLab application config file # # # # # # # # # # # # # # # # # # # # +########################### NOTE ##################################### +# This file should not receive new settings. All configuration options # +# are being moved to ApplicationSetting model! # +######################################################################## +# # How to use: # 1. Copy file as gitlab.yml # 2. Update gitlab -> host with your fully qualified domain name |