gentoo-overlay/dev-vcs/gitlab-git-http-server/files/gitlab-git-http-server.conf

11 lines
222 B
Plaintext

AUTH_BACKEND=http://localhost:8080
LISTEN_ADDR=localhost:8181
LISTEN_NETWORK=tcp
LISTEN_UMASK=022
PPROF_LISTEN_ADDRESS=
GIT_REPO_PATH=/var/lib/git/repositories
RUNAS_USER=gitlab_git_http_server
RUNAS_GROUP=${RUNAS_USER}