Skip to content

Commit

Permalink
docs: update passport guidance
Browse files Browse the repository at this point in the history
  • Loading branch information
vacekj committed Oct 11, 2023
1 parent c7b37ec commit f351860
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
7 changes: 4 additions & 3 deletions packages/builder/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 4 additions & 3 deletions packages/grant-explorer/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 4 additions & 3 deletions packages/round-manager/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f351860

Please sign in to comment.