Update frontend environments
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
// The list of file replacements can be found in `angular.json`.
|
||||
|
||||
export const environment = {
|
||||
appTitle: "DEV",
|
||||
appEnvironment: "local",
|
||||
production: false,
|
||||
api: {
|
||||
//url: "http://localhost:5400/api"
|
||||
@@ -11,6 +11,11 @@ export const environment = {
|
||||
},
|
||||
google: {
|
||||
clientId: "107631825312-bkfe438ehr9k9ecb2h76g802tj6advma.apps.googleusercontent.com"
|
||||
},
|
||||
views: {
|
||||
layers: {
|
||||
recordColumns: "code|value|desc1"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user