Morsksa K5 data parser

This commit is contained in:
Michał Zieliński
2023-08-20 13:05:10 +02:00
parent 2f1cd940f1
commit 8a556b8b71
6 changed files with 91 additions and 9 deletions

View File

@@ -6,15 +6,15 @@ export const environment = {
appEnvironment: "local",
production: false,
api: {
//url: "http://localhost:5400/api"
url: "https://diunabi-morska.bim-it.pl/api"
url: "http://localhost:5400/api"
//url: "https://diunabi-morska.bim-it.pl/api"
},
google: {
clientId: "107631825312-bkfe438ehr9k9ecb2h76g802tj6advma.apps.googleusercontent.com"
},
views: {
layers: {
recordColumns: "code|value|desc1"
recordColumns: "code|value"
}
}
};