Potentially fixed docker deployment #70

This commit is contained in:
2022-10-23 22:41:18 +02:00
parent 7c0f30ff95
commit 3b2ab6c8a0
4 changed files with 4 additions and 18 deletions

View File

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

View File

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

View File

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