From 3b9f973786077099ef68f849707e4b2eb896776b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Spie=C3=9F?= Date: Wed, 3 Apr 2024 15:38:05 +0000 Subject: [PATCH] Add now-required env vars to docs and minimal.env.json --- docs/rampup.md | 2 ++ minimal.env.json | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/docs/rampup.md b/docs/rampup.md index 17f0ef05c..7535e8f71 100644 --- a/docs/rampup.md +++ b/docs/rampup.md @@ -45,6 +45,8 @@ Better to use a copy of the real dev environment, can change queue names to be y - "CURATION_GITHUB_REPO" - "CURATION_GITHUB_TOKEN" - "CRAWLER_GITHUB_TOKEN" + - "WEBHOOK_GITHUB_SECRET" + - "WEBHOOK_CRAWLER_SECRET" - "SCANCODE_HOME" 5. Any other environmental variable values you might need can be found in the Clearly Defined subscription in Azure Portal under App Services -> clearlydefined-api-dev -> Settings -> Configuration 6. Consider all the vars and what you need for testing what you will test. diff --git a/minimal.env.json b/minimal.env.json index 8f7daa935..9f6916c91 100644 --- a/minimal.env.json +++ b/minimal.env.json @@ -2,6 +2,10 @@ "========== Service Harvest settings ==========": "", "FILE_STORE_LOCATION": "< path to cloned harvested-data repo, other local store location, or omit for default >", + "========== Service Webhooks settings ==========": "", + "WEBHOOK_CRAWLER_SECRET": "", + "WEBHOOK_GITHUB_SECRET": "", + "========== Service Curation settings ==========": "", "CURATION_GITHUB_REPO": "sample-curated-data", "CURATION_GITHUB_TOKEN": ""