Improved docker support for deployment #70

This commit is contained in:
2022-10-23 14:11:15 +02:00
parent ffe7b5e109
commit f891587ce3
13 changed files with 135 additions and 77 deletions

View File

@@ -0,0 +1,4 @@
export const environment = {
production: true,
apiURL: "http://localhost:5000",
};

View File

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

View File

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

View File

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