From f351860106047f5d0f096b68163d880fda242720 Mon Sep 17 00:00:00 2001 From: Atris Date: Tue, 10 Oct 2023 17:45:12 +0200 Subject: [PATCH] docs: update passport guidance --- packages/builder/.env.example | 7 ++++--- packages/grant-explorer/.env.example | 7 ++++--- packages/round-manager/.env.example | 7 ++++--- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/packages/builder/.env.example b/packages/builder/.env.example index c054814a50..6af20f5585 100644 --- a/packages/builder/.env.example +++ b/packages/builder/.env.example @@ -11,10 +11,11 @@ REACT_APP_WALLETCONNECT_PROJECT_ID= REACT_APP_PINATA_GATEWAY= REACT_APP_PINATA_JWT= -# Get your own keys at https://scorer.gitcoin.co -REACT_APP_PASSPORT_API_ENDPOINT="https://api.scorer.gitcoin.co" -REACT_APP_PASSPORT_API_COMMUNITY_ID= +# Get your own key at https://scorer.gitcoin.co REACT_APP_PASSPORT_API_KEY= +REACT_APP_PASSPORT_API_ENDPOINT="https://api.scorer.gitcoin.co" +# This is what the production indexer uses +REACT_APP_PASSPORT_API_COMMUNITY_ID="335" # Allow overriding permissions checks by appending ?debug=true to the URL REACT_APP_ALLOW_URL_DEBUG_MODE=true diff --git a/packages/grant-explorer/.env.example b/packages/grant-explorer/.env.example index c054814a50..6af20f5585 100644 --- a/packages/grant-explorer/.env.example +++ b/packages/grant-explorer/.env.example @@ -11,10 +11,11 @@ REACT_APP_WALLETCONNECT_PROJECT_ID= REACT_APP_PINATA_GATEWAY= REACT_APP_PINATA_JWT= -# Get your own keys at https://scorer.gitcoin.co -REACT_APP_PASSPORT_API_ENDPOINT="https://api.scorer.gitcoin.co" -REACT_APP_PASSPORT_API_COMMUNITY_ID= +# Get your own key at https://scorer.gitcoin.co REACT_APP_PASSPORT_API_KEY= +REACT_APP_PASSPORT_API_ENDPOINT="https://api.scorer.gitcoin.co" +# This is what the production indexer uses +REACT_APP_PASSPORT_API_COMMUNITY_ID="335" # Allow overriding permissions checks by appending ?debug=true to the URL REACT_APP_ALLOW_URL_DEBUG_MODE=true diff --git a/packages/round-manager/.env.example b/packages/round-manager/.env.example index 96993f89a1..9472e040d8 100644 --- a/packages/round-manager/.env.example +++ b/packages/round-manager/.env.example @@ -21,10 +21,11 @@ REACT_APP_WALLETCONNECT_PROJECT_ID= REACT_APP_PINATA_GATEWAY= REACT_APP_PINATA_JWT= -# Get your own keys at https://scorer.gitcoin.co -REACT_APP_PASSPORT_API_ENDPOINT="https://api.scorer.gitcoin.co" -REACT_APP_PASSPORT_API_COMMUNITY_ID= +# Get your own key at https://scorer.gitcoin.co REACT_APP_PASSPORT_API_KEY= +REACT_APP_PASSPORT_API_ENDPOINT="https://api.scorer.gitcoin.co" +# This is what the production indexer uses +REACT_APP_PASSPORT_API_COMMUNITY_ID="335" # Allow overriding permissions checks by appending ?debug=true to the URL REACT_APP_ALLOW_URL_DEBUG_MODE=true