wahlrecht-frontend/src/environments/environment.ts

7 lines
187 B
TypeScript

export const environment = {
backendURL: "https://wahlrecht.2martens.de/wahlrecht/v1",
keycloakURL: "https://id.2martens.de",
realm: "2martens",
clientId: "wahlrecht-frontend"
};