From 23e36021c1c564c13c1e54b711bcb5ccc2448f76 Mon Sep 17 00:00:00 2001 From: Norbert Schuler Date: Thu, 4 Mar 2021 10:30:28 +0100 Subject: [PATCH] add SITE_IMAGERY_API_URL to all provided env files --- .env.development | 2 ++ .env.local.example | 2 +- .env.production | 2 ++ app.json | 4 ++++ 4 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.env.development b/.env.development index edf36598b0..53237581d2 100644 --- a/.env.development +++ b/.env.development @@ -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 \ No newline at end of file diff --git a/.env.local.example b/.env.local.example index 7c66b9dd9f..24fba82fdd 100644 --- a/.env.local.example +++ b/.env.local.example @@ -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 \ No newline at end of file diff --git a/.env.production b/.env.production index 602723c3a5..6791fb7c52 100644 --- a/.env.production +++ b/.env.production @@ -14,3 +14,5 @@ CDN_URL=cdn.plant-for-the-planet.org NEXT_PUBLIC_SENTRY_DSN=https://379fe47664a541efbb2833ed3923c56b@o78291.ingest.sentry.io/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 \ No newline at end of file diff --git a/app.json b/app.json index 8762b91c85..b1d2f42967 100644 --- a/app.json +++ b/app.json @@ -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": {