You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- APP_ENV=local
- APP_DEBUG=true
-
- DB_HOST=sqlserver
- DB_PORT=1433
- DB_DATABASE=Campaign_Tracker
- DB_USERNAME=sa
- DB_PASSWORD=Dev_Password123!
-
- # ── 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://localhost:8801/auth/callback
- KEYCLOAK_LOGOUT_REDIRECT_URI=http://localhost:8801/login
|