forked from sh-edraft.de/sh_discord_bot
Improved docker support for deployment #70
This commit is contained in:
4
kdb-web/src/environments/environment.development.ts
Normal file
4
kdb-web/src/environments/environment.development.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
apiURL: "http://localhost:5000",
|
||||
};
|
@@ -1,3 +1,4 @@
|
||||
export const environment = {
|
||||
production: true
|
||||
production: true,
|
||||
apiURL: "https://kdb.keksdose-gaming.de/",
|
||||
};
|
||||
|
4
kdb-web/src/environments/environment.staging.ts
Normal file
4
kdb-web/src/environments/environment.staging.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
apiURL: "https://kdb-test.keksdose-gaming.de/",
|
||||
};
|
@@ -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",
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user