feat: example .env

This commit is contained in:
Chris Milne 2026-05-28 14:32:08 +01:00
parent 00dcf7ce35
commit 71f26a4c9b

10
example.env Normal file
View file

@ -0,0 +1,10 @@
SECRET_KEY=""
OIDC_CONFIG="https://sso.sr2.uk/realms/sr2/.well-known/openid-configuration"
OIDC_ISSUER="https://sso.sr2.uk/realms/sr2"
OIDC_AUDIENCE="account"
CLIENT_ID=""
DATABASE_NAME="cloud-api"
DATABASE_PORT="5432"
DATABASE_HOSTNAME="localhost"
DATABASE_CREDENTIALS="user:password"