Files
kubernetes-config/ptp-chat/frontend-env.js
jona.klaess 49c955f8e8
All checks were successful
Mirror to GitHub / mirror (push) Successful in 8s
use separate env file
2026-06-08 15:42:48 +02:00

8 lines
301 B
JavaScript

window.__ENV__ = {
URL_KEYCLOAK: "https://keycloak.controller.bittehackmichnicht.de",
KEYCLOAK_REALM: "PraxistransferKeycloak",
KEYCLOAK_CLIENT_ID: "praxistransfer",
URL_FRONTEND: "https://ptp-chat.k8s.bittehackmichnicht.de",
URL_BACKEND: "https://ptp-chat.k8s.bittehackmichnicht.de/api"
};