# Auth0 application credentials
# Found at: https://manage.auth0.com -> Applications -> Your App -> Settings
AUTH0_DOMAIN=your-tenant.us.auth0.com
AUTH0_CLIENT_ID=your_client_id
AUTH0_CLIENT_SECRET=your_client_secret
# The API audience (identifier) registered in Auth0 -> APIs
AUTH0_AUDIENCE=https://your-api-identifier
# Service port
PORT=8080
# Log level (trace | debug | info | warn | error)
RUST_LOG=auth0_integration=debug,tower_http=debug