core/identity-gateway/.env.example
2025-12-27 14:20:43 -03:00

10 lines
277 B
Text

NODE_ENV=development
PORT=4000
LOG_LEVEL=info
DATABASE_URL=postgres://identity:identity@localhost:5432/identity_gateway
JWT_ACCESS_SECRET=replace_me_access
JWT_REFRESH_SECRET=replace_me_refresh
JWT_ACCESS_TTL=15m
JWT_REFRESH_TTL=30d
COOKIE_DOMAIN=localhost
COOKIE_SECURE=false