mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-09-30 12:43:17 -07:00
Allow open source map with new API key (#1155)
* Allow open source map - create new getOSBaseMap function - set secret on GitHub actions - read secret into J40Map.tsx - add secret to gatsby-config - remove secret from .env.* * Fix typo on yml file * Add placeholder for API TOKEN - add placeholder in docker compose - add placeholder in .env.dev - remove console.log * Add Mapbox API Token to main deploy
This commit is contained in:
parent
18f299c5f8
commit
f4926376fa
10 changed files with 214 additions and 145 deletions
|
@ -93,7 +93,7 @@ module.exports = {
|
|||
{
|
||||
resolve: `gatsby-plugin-env-variables`,
|
||||
options: {
|
||||
allowList: ['DATA_SOURCE'],
|
||||
allowList: ['DATA_SOURCE', 'MAPBOX_STYLES_READ_TOKEN'],
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue