infra/wakapi/env.example
2024-12-24 00:59:52 +01:00

10 lines
279 B
Text

WAKAPI_DB_TYPE="postgres"
WAKAPI_DB_HOST="rick_psql"
WAKAPI_DB_USER="psql"
WAKAPI_DB_PASSWORD="choose-a-password"
WAKAPI_DB_PORT="5432"
WAKAPI_DB_NAME="wakapi"
WAKAPI_PASSWORD_SALT="choose-a-salt"
WAKAPI_LEADERBOARD_ENABLED="false"
WAKAPI_ALLOW_SIGNUP="false"
ENVIRONMENT="prod"