# PDT Configuration Sample
[]
= "0.0.0.0"
= 8080
[]
= "mongodb://localhost:27017"
= "admin"
= "password"
= "pdt"
= false
= false
[]
# Enable/disable authentication enforcement
= true
# OIDC Issuer URL (e.g., Kanidm, Keycloak)
= "http://localhost:8080"
# Expected audience (client ID) in the JWT
= "pdt-api"
# Development mode: injects mock claims if token is missing or auth is disabled
# WARNING: Never enable in production
= true