Files
team-planner/backend/.env.example
vigdorov 4d80480d0f
All checks were successful
continuous-integration/drone/push Build is passing
add broker
2026-02-07 20:24:31 +03:00

17 lines
291 B
Plaintext

# Database
DB_HOST=localhost
DB_PORT=5432
DB_USERNAME=teamplanner
DB_PASSWORD=teamplanner
DB_DATABASE=teamplanner
# App
PORT=4001
# Keycloak
KEYCLOAK_REALM_URL=https://auth.vigdorov.ru/realms/team-planner
KEYCLOAK_CLIENT_ID=team-planner-frontend
# NATS
NATS_URL=nats://10.10.10.100:30422