Add cors stuff
This commit is contained in:
parent
560c974bf3
commit
9363f643f0
10 changed files with 116 additions and 49 deletions
19
.env.example
19
.env.example
|
|
@ -4,6 +4,14 @@
|
|||
PG_PASS=
|
||||
AUTHENTIK_SECRET_KEY=
|
||||
|
||||
# ==============================================================================
|
||||
# HOST CONFIGURATION
|
||||
# Set this to your machine's IP or domain for mobile/network access
|
||||
# Examples: localhost, 192.168.1.100, kaboot.example.com
|
||||
# ==============================================================================
|
||||
KABOOT_HOST=localhost
|
||||
KABOOT_FRONTEND_PORT=5173
|
||||
|
||||
# ==============================================================================
|
||||
# OPTIONAL - Authentik Database
|
||||
# ==============================================================================
|
||||
|
|
@ -29,17 +37,6 @@ AUTHENTIK_ERROR_REPORTING=false
|
|||
AUTHENTIK_BOOTSTRAP_PASSWORD=
|
||||
AUTHENTIK_BOOTSTRAP_TOKEN=
|
||||
|
||||
# ==============================================================================
|
||||
# OPTIONAL - OIDC (Override if using custom domain)
|
||||
# ==============================================================================
|
||||
OIDC_ISSUER=http://localhost:9000/application/o/kaboot/
|
||||
OIDC_JWKS_URI=http://localhost:9000/application/o/kaboot/jwks/
|
||||
|
||||
# ==============================================================================
|
||||
# OPTIONAL - CORS (Frontend origin for backend API)
|
||||
# ==============================================================================
|
||||
CORS_ORIGIN=http://localhost:5173
|
||||
|
||||
# ==============================================================================
|
||||
# OPTIONAL - Logging
|
||||
# ==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue