group training: add admin menu improvements, add build environment files

This commit is contained in:
Roland Schneider
2021-09-26 11:45:01 +02:00
parent c2ea538103
commit 0b5ea5df09
10 changed files with 165 additions and 40 deletions

View File

@@ -0,0 +1,4 @@
export const environment = {
production: true,
apiUrl: "http://cutler-gyor:80/fitness_web/customerapi/web/index.php?r="
};

View File

@@ -0,0 +1,4 @@
export const environment = {
production: true,
apiUrl: "http://cutler-movar:80/fitness_web/customerapi/web/index.php?r="
};

View File

@@ -1,3 +1,4 @@
export const environment = {
production: true
production: true,
apiUrl: "http://myapi:80/fitness_web/customerapi/web/index.php?r="
};

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: 'http://localhost:86/fitness_web/customerapi/web/index.php?r='
};
/*