Skip to content

Commit

Permalink
localenv: add missing env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
paulperegud committed Jul 23, 2024
1 parent 7de67fa commit 7f947ed
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions localenv/apitest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ services:
CHAIN_ID: "1337"
CHAIN_NAME: "localhost"

GC_PASSPORT_SCORER_API_KEY: "${GC_PASSPORT_SCORER_API_KEY}"
GC_PASSPORT_SCORER_ID: "${GC_PASSPORT_SCORER_ID}"

DELEGATION_SALT: "salt"
DELEGATION_SALT_PRIMARY: "salt_primary"

depends_on:
- anvil
- graph-node
Expand Down
6 changes: 6 additions & 0 deletions localenv/localenv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ services:
CHAIN_ID: "1337"
CHAIN_NAME: "localhost"

GC_PASSPORT_SCORER_API_KEY: "${GC_PASSPORT_SCORER_API_KEY}"
GC_PASSPORT_SCORER_ID: "${GC_PASSPORT_SCORER_ID}"

DELEGATION_SALT: "salt"
DELEGATION_SALT_PRIMARY: "salt_primary"

depends_on:
- backend-postgres
- anvil
Expand Down

0 comments on commit 7f947ed

Please sign in to comment.