feat: add example environment configuration file
All checks were successful
Frontend CI / build (push) Successful in 1m21s
All checks were successful
Frontend CI / build (push) Successful in 1m21s
This commit is contained in:
parent
7c32d347b4
commit
aca81a1baf
18
backend/.env.example
Normal file
18
backend/.env.example
Normal file
@ -0,0 +1,18 @@
|
||||
HOST=127.0.0.1
|
||||
PORT=8080
|
||||
|
||||
DATABASE_HOST=127.0.0.1
|
||||
DATABASE_PORT=5432
|
||||
DATABASE_USER=postgres
|
||||
DATABASE_PASSWORD=
|
||||
DATABASE_NAME=postgres
|
||||
|
||||
OIDC_ISSUER_URL=https://xxx
|
||||
OIDC_CLIENT_ID=xxx
|
||||
OIDC_CLIENT_SECRET=xxx
|
||||
OIDC_REDIRECT_URL=http://localhost:8080/auth/callback
|
||||
|
||||
SESSION_KEY='openssl rand -hex 16'
|
||||
REDIS_URL=redis://127.0.0.1:6379
|
||||
|
||||
STORAGE_PATH=static
|
Loading…
x
Reference in New Issue
Block a user