skills/.env.example
2026-05-12 19:08:00 +02:00

11 lines
419 B
Text

PORT=8080
DATABASE_URL=postgres://postgres:postgres@localhost:5432/skills_market?sslmode=disable
STORAGE_DIR=uploads
DEV_MODE=true
# Forward auth mode (DEV_MODE=false):
# Deploy behind Authentik forward-auth and pass identity headers to this app.
# Expected headers include:
# - X-Authentik-Uid (required; fallback X-Forwarded-User)
# - X-Authentik-Email
# - X-Authentik-Name (fallback X-Forwarded-Preferred-Username)