nexus-5-auth/.env.example
2026-01-26 11:15:52 -05:00

15 lines
431 B
Plaintext

# Kratos
KRATOS_DSN=postgres://user:password@localhost:5432/kratos
KRATOS_SECRETS_DEFAULT=your-32-character-secret-here
KRATOS_SECRETS_COOKIE=your-32-character-cookie-secret
# SMTP Configuration
SMTP_CONNECTION_URI=smtp://user:password@smtp.example.com:587
# Frontend
PUBLIC_KRATOS_URL=http://localhost:4433
PUBLIC_KRATOS_BROWSER_URL=http://localhost:4433
# Oathkeeper
OATHKEEPER_MUTATOR_ID_TOKEN_JWKS_URL=file:///etc/jwks.json