diff options
author | Valery Sizov <valery@gitlab.com> | 2019-09-03 23:08:19 +0000 |
---|---|---|
committer | Michael Kozono <mkozono@gmail.com> | 2019-09-03 23:08:19 +0000 |
commit | 751adb7941cca656733e62c634628f20edf9321f (patch) | |
tree | 9e08d50cd6c4848bc8a60d42da2d0feb3159551c /config | |
parent | 89409a1925d65d4a62b523b5a7c0650287250cb5 (diff) | |
download | gitlab-ce-751adb7941cca656733e62c634628f20edf9321f.tar.gz |
Add Notification secret into gitlab.yml.template
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 20b1020e025..6dcaefc05d5 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -431,6 +431,7 @@ production: &base # key: config/registry.key # path: shared/registry # issuer: gitlab-issuer + # notification_secret: '' # only set it when you use Geo replication feature without built-in Registry # Add notification settings if you plan to use Geo Replication for the registry # notifications: |