gentoo-overlay/dev-vcs/gitlab-workhorse/files/gitlab-workhorse-0.8.2.conf
Manuel Friedli 722091b86d dev-vcs/gitlab-workhorse:
fix pulling over HTTP(S) by fixing the path to gitlab-workhorse-secret

Package-Manager: portage-2.2.28
2016-09-26 22:58:31 +02:00

13 lines
297 B
Plaintext

AUTH_BACKEND=http://localhost:8080
LISTEN_ADDR=localhost:8181
LISTEN_NETWORK=tcp
LISTEN_UMASK=022
PPROF_LISTEN_ADDRESS=
SECRET_PATH=/opt/gitlab/.gitlab_workhorse_secret
GIT_REPO_PATH=/var/lib/git/repositories
RUNAS_USER=git
RUNAS_GROUP=${RUNAS_USER}
LOGFILE=/var/log/gitlab/gitlab-workhorse.log