ports/devel/gitlab-shell/files/patch-config.yml.example
Matthias Fechner 69761b7e26 Update devel/gitlab-shell to version 6.0.3 which is required fot gitlab 10.5.x.
Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D14942
2018-04-04 16:38:50 +00:00

20 lines
700 B
Text

--- config.yml.example.orig 2018-02-06 17:56:45 UTC
+++ config.yml.example
@@ -25,7 +25,7 @@ http_settings:
self_signed_cert: false
# File used as authorized_keys for gitlab user
-auth_file: "/home/git/.ssh/authorized_keys"
+auth_file: "/usr/home/git/.ssh/authorized_keys"
# File that contains the secret key for verifying access to GitLab.
# Default is .gitlab_shell_secret in the gitlab-shell directory.
@@ -37,7 +37,7 @@ auth_file: "/home/git/.ssh/authorized_ke
# Log file.
# Default is gitlab-shell.log in the root directory.
-# log_file: "/home/git/gitlab-shell/gitlab-shell.log"
+log_file: "/var/log/gitlab-shell/gitlab-shell.log"
# Log level. INFO by default
log_level: INFO