diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-06-13 14:24:54 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-06-13 14:24:54 +0300 |
commit | 1355ede49d02e2a7b1715a3ed6bd7389bfedf6bc (patch) | |
tree | d1530d3685f4d934f5224fc6cde9305b736c0c71 /config/gitlab.yml.example | |
parent | a5cbb4cb82a6911b5c1de117ae6ed4cbf667a679 (diff) | |
download | gitlab-ce-1355ede49d02e2a7b1715a3ed6bd7389bfedf6bc.tar.gz |
Wipe wall notes feature
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 6f33256a2b1..50a1a78b504 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -73,7 +73,6 @@ production: &base issues: true merge_requests: true wiki: true - wall: false snippets: false visibility_level: "private" # can be "private" | "internal" | "public" |