Skip to content

Commit

Permalink
add SITE_IMAGERY_API_URL to all provided env files
Browse files Browse the repository at this point in the history
  • Loading branch information
norbertschuler committed Mar 4, 2021
1 parent 1746165 commit 23e3602
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ API_ENDPOINT=app-development.plant-for-the-planet.org
AUTH0_CUSTOM_DOMAIN=pftp.eu.auth0.com
AUTH0_CLIENT_ID=yxABVrSIbmSO6QeTfZjkJefDnW2vrE7y
CDN_URL=cdn.plant-for-the-planet.org/development
# for vegetation change
SITE_IMAGERY_API_URL=https://raster.plant-for-the-planet.org
2 changes: 1 addition & 1 deletion .env.local.example
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ SENTRY_ORG=plant-for-the-planet
SENTRY_PROJECT=app-20-next
SENTRY_AUTH_TOKEN=
VERCEL_GITHUB_COMMIT_SHA=
#for vegetation change
# for vegetation change
SITE_IMAGERY_API_URL=https://raster.plant-for-the-planet.org
2 changes: 2 additions & 0 deletions .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ CDN_URL=cdn.plant-for-the-planet.org
NEXT_PUBLIC_SENTRY_DSN=https://[email protected]/5433504
SENTRY_ORG=plant-for-the-planet
SENTRY_PROJECT=app-20-next
# for vegetation change
SITE_IMAGERY_API_URL=https://raster.plant-for-the-planet.org
4 changes: 4 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
"SENTRY_AUTH_TOKEN": {
"required": false,
"description": "Sentry Auth Token"
},
"SITE_IMAGERY_API_URL": {
"required": false,
"description": "For showing vegetation change"
}
},
"formation": {
Expand Down

0 comments on commit 23e3602

Please sign in to comment.