Move to new server

This commit is contained in:
2024-10-12 13:38:41 +02:00
commit e2e855e9b9
113 changed files with 11268 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
export const environment = {
production: false,
backendUrl: "http://localhost:8080",
};

View File

@@ -0,0 +1,5 @@
export const environment = {
production: true,
// backendUrl: "http://swiss-backend.swiss.svc.cluster.local:8080",
backendUrl: "https://backend.badminton-toernooi.nl",
};