mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
8 lines
237 B
Bash
8 lines
237 B
Bash
FASTAPI_BACKEND="uvicorn"
|
|
FASTAPI_WORKERS=2
|
|
MARIADB_SOCKET_DIR="/var/run/mysqld/"
|
|
AURWEB_FASTAPI_PREFIX=https://localhost:8444
|
|
AURWEB_SSHD_PREFIX=ssh://aur@localhost:2222
|
|
GIT_DATA_DIR="./aur.git/"
|
|
TEST_RECURSION_LIMIT=10000
|
|
COMMIT_HASH=
|