From d444bc8838517b69f83de9709313c421f5c4e78c Mon Sep 17 00:00:00 2001 From: utas-raymondng Date: Mon, 15 Jul 2024 12:05:02 +1000 Subject: [PATCH] Add mapbox key --- .env.config.prod | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .env.config.prod diff --git a/.env.config.prod b/.env.config.prod new file mode 100644 index 00000000..6dfb612f --- /dev/null +++ b/.env.config.prod @@ -0,0 +1,6 @@ +# Put your staging env that needs to store in git here, this file will combine with other run time generated value +# to create the real .env.staging file + +# The access token cannot store in secret store due to static website nature, the vite build with correct mode +# will read the target env value and therefore need to store it in git +VITE_MAPBOX_ACCESS_TOKEN=pk.eyJ1IjoiaW1vcy1hb2RuIiwiYSI6ImNseW1jNHA5ZDBoZWMya29qZmV5YzBxMzIifQ.CnpEdlEkB7-RZSahxo5uAQ