Removed api url from env #217

This commit is contained in:
2023-02-21 11:31:55 +01:00
parent f42f2086e7
commit 70775111c5
7 changed files with 9 additions and 14 deletions

View File

@@ -4,7 +4,6 @@
export const environment = {
production: false,
apiURL: "http://localhost:8044",
};
/*

View File

@@ -1,4 +1,3 @@
export const environment = {
production: true,
apiURL: "https://kdb.keksdose-gaming.de",
};

View File

@@ -1,4 +1,3 @@
export const environment = {
production: true,
apiURL: "https://kdb-test.keksdose-gaming.de",
};

View File

@@ -3,8 +3,7 @@
// The list of file replacements can be found in `angular.json`.
export const environment = {
production: false,
apiURL: "http://localhost:5000",
production: false
};
/*