From b322344520b5d92c0199bd2222187fab62b7eee5 Mon Sep 17 00:00:00 2001 From: Marin Jankovski Date: Thu, 26 Mar 2015 18:07:20 -0700 Subject: [PATCH] Add a note about not adding new setting options to gitlab.yml. --- config/gitlab.yml.example | 5 +++++ 1 file changed, 5 insertions(+) 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