From cd2b89906bea2e1fd92a8280038eb006cd499767 Mon Sep 17 00:00:00 2001 From: Kimmo Puputti Date: Wed, 8 Aug 2018 14:12:51 +0300 Subject: [PATCH] Init mapbox with the access token in env --- .env-template | 1 + public/index.html | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.env-template b/.env-template index a541b75f..f59ad71f 100644 --- a/.env-template +++ b/.env-template @@ -3,6 +3,7 @@ # REACT_APP_SHARETRIBE_SDK_CLIENT_ID= REACT_APP_GOOGLE_MAPS_API_KEY= +REACT_APP_MAPBOX_ACCESS_TOKEN= REACT_APP_STRIPE_PUBLISHABLE_KEY= # Defaults diff --git a/public/index.html b/public/index.html index b2a9739e..617f568f 100644 --- a/public/index.html +++ b/public/index.html @@ -144,6 +144,12 @@ + + + +