mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Additionally, clone-prefix is now configurable via environment variables: - CGIT_CLONE_PREFIX_PHP - CGIT_CLONE_PREFIX_FASTAPI These vars can be used by production to customize the clone prefix. Signed-off-by: Kevin Morris <kevr@0cost.org>
5 lines
176 B
Bash
5 lines
176 B
Bash
FASTAPI_BACKEND="uvicorn"
|
|
FASTAPI_WORKERS=2
|
|
MARIADB_SOCKET_DIR="/var/run/mysqld/"
|
|
CGIT_CLONE_PREFIX_PHP=https://localhost:8443
|
|
CGIT_CLONE_PREFIX_FASTAPI=https://localhost:8444
|