From 9b622d1393432d55616295baa4df34d442a21af6 Mon Sep 17 00:00:00 2001 From: Lilia Kai Date: Mon, 4 Sep 2023 19:29:49 +0200 Subject: [PATCH] Update src/.example.env Removes some configs that are no longer used and adds some that are. --- src/.example.env | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/.example.env b/src/.example.env index 9228b0f..a549426 100644 --- a/src/.example.env +++ b/src/.example.env @@ -1,10 +1,4 @@ -GOOGLE_CHROME_APP_ID=0000000000000000000000000000000000.apps.googleusercontent.com -# for validating non-email limited JWT -GOOGLE_CHROME_APP_ID_PUBLIC=0000000000000000000000000000000000.apps.googleusercontent.com - -ALLOWED_EMAILS=email1,email2 -ORCHESTRATION_CONFIG_DEFAULT=secrets/orchestration.yaml -# optional -# ORCHESTRATION_CONFIG_BELLINGCAT=secrets/orchestration-bcat.yaml DATABASE_PATH="sqlite:///./auto-archiver.db" -USER_GROUPS_FILENAME=user-groups.yaml \ No newline at end of file +USER_GROUPS_FILENAME=user-groups.yaml +CHROME_APP_IDS=000000000000000000000000000000000000000000000.apps.googleusercontent.com,000000000000000000000000000000000000000000001.apps.googleusercontent.com +#ALLOWED_ORIGINS="http://localhost:8004" # dev only