skills/.env.example
2026-05-12 23:31:09 +02:00

15 lines
518 B
Text

PORT=8080
LISTEN_NETWORK=tcp
LISTEN_ADDRESS=:8080
# Only used when LISTEN_NETWORK=unix
UNIX_SOCKET_PERM=0660
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)