Skip to content

Commit ee50f68

Browse files
committed
Add GITLAB_SHELL_CUSTOM_HOOKS_DIR
1 parent e07b601 commit ee50f68

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

assets/runtime/env-defaults

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,9 @@ GITALY_TOKEN=${GITALY_TOKEN:-}
495495
GITALY_SOCKET_PATH=${GITLAB_INSTALL_DIR}/tmp/sockets/private/gitaly.socket
496496
GITALY_ADDRESS=${GITALY_ADDRESS:-unix:$GITALY_SOCKET_PATH}
497497

498+
## GitLab Shell
499+
GITLAB_SHELL_CUSTOM_HOOKS_DIR=${GITLAB_SHELL_CUSTOM_HOOKS_DIR:-"$GITLAB_SHELL_INSTALL_DIR/hooks"}
500+
498501
## MONITORING
499502
GITLAB_MONITORING_UNICORN_SAMPLER_INTERVAL=${GITLAB_MONITORING_UNICORN_SAMPLER_INTERVAL:-10}
500503
GITLAB_MONITORING_IP_WHITELIST=${GITLAB_MONITORING_IP_WHITELIST:-"0.0.0.0/8"}

0 commit comments

Comments
 (0)