summaryrefslogtreecommitdiff
path: root/www/gitlab/files/patch-config_gitlab.yml.example
diff options
context:
space:
mode:
Diffstat (limited to 'www/gitlab/files/patch-config_gitlab.yml.example')
-rw-r--r--www/gitlab/files/patch-config_gitlab.yml.example19
1 files changed, 14 insertions, 5 deletions
diff --git a/www/gitlab/files/patch-config_gitlab.yml.example b/www/gitlab/files/patch-config_gitlab.yml.example
index 3525fe458ecd..8a58ff7a8d67 100644
--- a/www/gitlab/files/patch-config_gitlab.yml.example
+++ b/www/gitlab/files/patch-config_gitlab.yml.example
@@ -1,6 +1,15 @@
---- config/gitlab.yml.example.orig 2018-05-28 11:47:11 UTC
+--- config/gitlab.yml.example.orig 2018-06-06 20:30:27 UTC
+++ config/gitlab.yml.example
-@@ -570,7 +570,7 @@ production: &base
+@@ -213,7 +213,7 @@ production: &base
+ # external_http: ["1.1.1.1:80", "[2001::1]:80"] # If defined, enables custom domain support in GitLab Pages
+ # external_https: ["1.1.1.1:443", "[2001::1]:443"] # If defined, enables custom domain and certificate support in GitLab Pages
+ admin:
+- address: unix:/home/git/gitlab/tmp/sockets/private/pages-admin.socket # TCP connections are supported too (e.g. tcp://host:port)
++ address: unix:/usr/local/www/gitlab/tmp/sockets/private/pages-admin.socket # TCP connections are supported too (e.g. tcp://host:port)
+
+ ## Mattermost
+ ## For enabling Add to Mattermost button
+@@ -572,7 +572,7 @@ production: &base
# Gitaly settings
gitaly:
# Path to the directory containing Gitaly client executables.
@@ -9,7 +18,7 @@
# Default Gitaly authentication token. Can be overriden per storage. Can
# be left blank when Gitaly is running locally on a Unix socket, which
# is the normal way to deploy Gitaly.
-@@ -588,8 +588,8 @@ production: &base
+@@ -590,8 +590,8 @@ production: &base
# real path not the symlink.
storages: # You must have at least a `default` storage path.
default:
@@ -20,7 +29,7 @@
# gitaly_token: 'special token' # Optional: override global gitaly.token for this storage.
## Backup settings
-@@ -617,12 +617,12 @@ production: &base
+@@ -619,12 +619,12 @@ production: &base
## GitLab Shell settings
gitlab_shell:
@@ -36,7 +45,7 @@
# Git over HTTP
upload_pack: true
-@@ -643,7 +643,7 @@ production: &base
+@@ -645,7 +645,7 @@ production: &base
# CAUTION!
# Use the default values unless you really know what you are doing
git: