cuddle-templates/deployment/.config.env
kjuulh aca5838d54
feat: add deployment
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-12-27 21:12:51 +01:00

16 lines
403 B
Bash

SERVICE_HOST="0.0.0.0:3000"
AUTH_ENGINE=zitadel
ZITADEL_AUTHORITY_URL=https://%%name%%.front.kjuulh.io
ZITADEL_REDIRECT_URL=https://%%name%%.front.kjuulh.io/auth/authorized
NEF_LOGIN_RETURN_URL=https://%%name%%.front.kjuulh.io/login/return?returnUrl=/home
SESSION_BACKEND=postgresql
POSTGRES_DB=%%name%%
POSTGRES_USER=%%name%%
POSTGRESQL_USERNAME=%%name%%
POSTGRESQL_DATABASE=%%name%%
RUST_LOG=info