wahlrecht-frontend/src/environments/environment.development.ts

7 lines
180 B
TypeScript

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