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)