Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
Config fix (#144)
Browse files Browse the repository at this point in the history
* version bump

* added config option

* config fix
  • Loading branch information
LtChae authored Jan 21, 2021
1 parent fa7e423 commit 346d1fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

cat > /usr/share/nginx/html/config.js <<EOL
window.API_HOST = '${API_HOST}'
window.CONTRIBUTE_HOST = '${CONTRIBUTE_HOST}'
window.GTM_ID = '${GTM_ID}'
window.BASE_URL = '${BASE_URL}'
window.STREETS_TILE_LAYER_URL = '${STREETS_TILE_LAYER_URL}'
Expand Down

0 comments on commit 346d1fc

Please sign in to comment.