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:
authorVinnie Okada <vokada@mrvinn.com>2015-04-26 08:01:52 +0300
committerVinnie Okada <vokada@mrvinn.com>2015-04-26 16:48:19 +0300
commitbd557e4b64a733f4be64b8cf36b8a551d8e8bab7 (patch)
treebbcfbe5bd73b157755254f9270c0601be4ab74f0 /config
parent439b9f50af3168d33169a4cd25b59e45ea46dc62 (diff)
Add new admin settings
Add new global application settings for default project and snippet visibility levels.
Diffstat (limited to 'config')
-rw-r--r--config/gitlab.yml.example1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index ba40671b162..93a01c0723f 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -76,7 +76,6 @@ production: &base
merge_requests: true
wiki: true
snippets: false
- visibility_level: "private" # can be "private" | "internal" | "public"
## Webhook settings
# Number of seconds to wait for HTTP response after sending webhook HTTP POST request (default: 10)