diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2019-01-31 14:28:16 +0000 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2019-01-31 14:28:16 +0000 |
commit | c8533748ac8bd0ca6d55a0d0b6009b88a25a7dbe (patch) | |
tree | bf11828bf3d99718c654468b9548ed72850aaef2 /www/gitlab-ce/files/patch-config_gitlab.yml.example | |
parent | misc/proxyper: No need for bsd.port.pre.mk here (diff) |
Upgrade to 11.7.0.
For detailed changelog see:
https://about.gitlab.com/2019/01/22/gitlab-11-7-released/
Diffstat (limited to 'www/gitlab-ce/files/patch-config_gitlab.yml.example')
-rw-r--r-- | www/gitlab-ce/files/patch-config_gitlab.yml.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/gitlab-ce/files/patch-config_gitlab.yml.example b/www/gitlab-ce/files/patch-config_gitlab.yml.example index 89a7e78cd4ba..e0b903a82809 100644 --- a/www/gitlab-ce/files/patch-config_gitlab.yml.example +++ b/www/gitlab-ce/files/patch-config_gitlab.yml.example @@ -1,4 +1,4 @@ ---- config/gitlab.yml.example.orig 2018-12-21 14:23:37 UTC +--- config/gitlab.yml.example.orig 2019-01-21 20:21:36 UTC +++ config/gitlab.yml.example @@ -231,7 +231,7 @@ production: &base # external_http: ["1.1.1.1:80", "[2001::1]:80"] # If defined, enables custom domain support in GitLab Pages @@ -23,9 +23,9 @@ storages: # You must have at least a `default` storage path. default: - path: /home/git/repositories/ -- gitaly_address: unix:/home/git/gitlab/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port) +- gitaly_address: unix:/home/git/gitlab/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port). TLS connections are also supported using the system certificate pool (eg: tls://host:port). + path: /usr/home/git/repositories/ -+ gitaly_address: unix:%%PREFIX%%/www/gitlab-ce/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port) ++ gitaly_address: unix:%%PREFIX%%/www/gitlab-ce/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port). TLS connections are also supported using the system certificate pool (eg: tls://host:port). # gitaly_token: 'special token' # Optional: override global gitaly.token for this storage. ## Backup settings |