init
This commit is contained in:
commit
4f6d7cfe60
16 changed files with 1341 additions and 0 deletions
16
.env.example
Normal file
16
.env.example
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
PORT=8080
|
||||
DATABASE_URL=postgres://postgres:postgres@localhost:5432/skills_market?sslmode=disable
|
||||
STORAGE_DIR=uploads
|
||||
DEV_MODE=true
|
||||
|
||||
OIDC_ISSUER=https://your-oidc-provider.example.com/
|
||||
OIDC_AUDIENCE=your-api-audience
|
||||
OIDC_JWKS_URL=https://your-oidc-provider.example.com/.well-known/jwks.json
|
||||
|
||||
# Optional metadata for frontend OIDC integrations later:
|
||||
OIDC_AUTH_URL=
|
||||
OIDC_TOKEN_URL=
|
||||
OIDC_CLIENT_ID=
|
||||
OIDC_REDIRECT_URL=
|
||||
OIDC_LOGOUT_URL=
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue