group training: add admin menu improvements, add build environment files
This commit is contained in:
4
customer/app/src/environments/environment.cutler-gyor.ts
Normal file
4
customer/app/src/environments/environment.cutler-gyor.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
apiUrl: "http://cutler-gyor:80/fitness_web/customerapi/web/index.php?r="
|
||||
};
|
||||
@@ -0,0 +1,4 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
apiUrl: "http://cutler-movar:80/fitness_web/customerapi/web/index.php?r="
|
||||
};
|
||||
@@ -1,3 +1,4 @@
|
||||
export const environment = {
|
||||
production: true
|
||||
production: true,
|
||||
apiUrl: "http://myapi:80/fitness_web/customerapi/web/index.php?r="
|
||||
};
|
||||
|
||||
@@ -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='
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user