Added test environment
This commit is contained in:
4
src/environments/environment.test.ts
Normal file
4
src/environments/environment.test.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export const environment = {
|
||||
production: false,
|
||||
backendUrl: "https://backend-test.badminton-toernooi.nl",
|
||||
};
|
||||
@@ -1,5 +1,4 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
// backendUrl: "http://swiss-backend.swiss.svc.cluster.local:8080",
|
||||
backendUrl: "https://backend.badminton-toernooi.nl",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user