Skip to content

Commit

Permalink
Merge pull request #86 from aodn/features/5744-add-prod-mapbox-key
Browse files Browse the repository at this point in the history
Add mapbox key
  • Loading branch information
NekoLyn authored Jul 15, 2024
2 parents bf49242 + d444bc8 commit 12765f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .env.config.prod
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 12765f0

Please sign in to comment.