diff options
Diffstat (limited to '.env.example')
-rw-r--r-- | .env.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..4294059 --- /dev/null +++ b/.env.example @@ -0,0 +1,7 @@ +DOMAIN=git.example.org +TRAEFIK_NETWORK=traefik + +REPOSITORIES_PATH=/repositories + +CGIT_CLONE_PREFIX="https://${DOMAIN}${REPOSITORIES_PATH} ssh://${DOMAIN}${REPOSITORIES_PATH}" +CGIT_SCAN_PATH=${REPOSITORIES_PATH} |