core/crm-core/.env.example
2025-12-27 14:32:00 -03:00

6 lines
204 B
Text

APP_ENV=development
HTTP_ADDR=:8080
DATABASE_URL=postgres://crm:crm@localhost:5432/crm_core?sslmode=disable
JWKS_URL=http://identity-gateway/.well-known/jwks.json
REQUEST_TIMEOUT=10s
SHUTDOWN_TIMEOUT=10s