File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -22,3 +22,5 @@ SYNC_INSTALLERS_NAME=INSTALLERS-edt
22
22
# Terrastories ENV
23
23
MAPBOX_STYLE = mapbox://styles/mapbox/light-v10
24
24
MAPBOX_ACCESS_TOKEN = your pk token here
25
+ OFFLINE_MAP_URL = http://demo.earthdefenderstoolkit.com:8085/styles/terrastories-map/style.json
26
+ DOMAIN = demo.earthdefenderstoolkit.com
Original file line number Diff line number Diff line change @@ -124,8 +124,8 @@ services:
124
124
CHOKIDAR_USEPOLLING : ' true'
125
125
USE_LOCAL_MAP_SERVER : ' true'
126
126
RAILS_MASTER_KEY : ' 7a0c538b904d5919af7c11470f3b7a4b'
127
- OFFLINE_MAP_STYLE : /tileserver/styles/terrastories-map/style.json
128
- HOST_HOSTNAME : 0.0.0.0
127
+ OFFLINE_MAP_STYLE : ${OFFLINE_MAP_URL}
128
+ HOST_HOSTNAME : ${DOMAIN}
129
129
volumes :
130
130
- bundler:/usr/local/bundle
131
131
- terrastories-data:/api
You can’t perform that action at this time.
0 commit comments