Skip to content

Commit

Permalink
fix: serviceUrl hierarchy in custom-environment-variables.json fixed (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
almog8k authored Oct 22, 2024
1 parent ac23baf commit 92f0f41
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions config/custom-environment-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@
"__format": "boolean"
},
"tilesStorageProvider": "TILES_STORAGE_PROVIDER",
"servicesUrl": {
"mapproxyApi": "MAPPROXY_API_URL",
"geoserverApi": "GEOSERVER_API_URL",
"catalogManager": "CATALOG_MANAGER_URL",
"mapproxyDns": "MAPPROXY_DNS",
"polygonPartManager": "POLYGON_PART_MANAGER_URL"
},
"jobManagement": {
"config": {
"jobManagerBaseUrl": "JOB_MANAGER_BASE_URL",
Expand All @@ -66,13 +73,6 @@
},
"dequeueIntervalMs": "DEQUEUE_INTERVAL_MS"
},
"servicesUrl": {
"mapproxyApi": "MAPPROXY_API_URL",
"geoserverApi": "GEOSERVER_API_URL",
"catalogManager": "CATALOG_MANAGER_URL",
"mapproxyDns": "MAPPROXY_DNS",
"polygonPartManager": "POLYGON_PART_MANAGER_URL"
},
"geoserver": {
"workspace": "GEOSERVER_WORKSPACE",
"datastore": "GEOSERVER_DATASTORE"
Expand Down

0 comments on commit 92f0f41

Please sign in to comment.