feat: example .env
This commit is contained in:
parent
00dcf7ce35
commit
71f26a4c9b
1 changed files with 10 additions and 0 deletions
10
example.env
Normal file
10
example.env
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue