APP_ENV=production APP_DEBUG=false DB_HOST=kci-ps-2024 DB_PORT=1433 DB_DATABASE=Campaign_Tracker DB_USERNAME=sa DB_PASSWORD=ch@rt3r # ── Keycloak ─────────────────────────────────────────────────────────────────── # KEYCLOAK_BASE_URL: Base URL of your Keycloak server. # Keycloak 17+ (no /auth prefix): http://localhost:8080 # Keycloak < 17 (has /auth prefix): http://localhost:8080/auth KEYCLOAK_BASE_URL=http://kci-app01.ntp.kentcommunications.com:8180/ KEYCLOAK_REALM=KCI KEYCLOAK_CLIENT_ID=canopy-web KEYCLOAK_CLIENT_SECRET=LHWXp5UUuES00Dz2iCjTJJgX9su6co0y KEYCLOAK_REDIRECT_URI=http://ct.ntp.kentcommunications.com:8801/auth/callback KEYCLOAK_LOGOUT_REDIRECT_URI=http://ct.ntp.kentcommunications.com:8801/login