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