Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #92 from factchain/update-roles
Browse files Browse the repository at this point in the history
[backend] update config to use new pkeys
  • Loading branch information
YBadiss authored Mar 5, 2024
2 parents a86c21c + 8457203 commit e4fac9a
Show file tree
Hide file tree
Showing 11 changed files with 2,252 additions and 620 deletions.
4 changes: 2 additions & 2 deletions fc-community-backend/apps/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ $ yarn install

You'll need to define the following env variables for the service to be able to do all of its actions:

- `MAIN_CONTRACT_OWNER_PKEY`
- `NFT_CONTRACT_OWNER_PKEY`
- `INFRA_RPC_URL`
- `MAIN_CONTRACT_ADDRESS`
- `NFT_CONTRACT_ADDRESS`
Expand All @@ -24,6 +22,8 @@ You'll need to define the following env variables for the service to be able to
- `AWS_REGION`
- `AWS_BUCKET`
- `BACKEND_PKEY`
- `NFT_MINTER_PKEY`
- `NOTE_FINALISER_PKEY`

See the [API's env module](./src/factchain-core/env.ts) for an always up to date list.

Expand Down
Loading

0 comments on commit e4fac9a

Please sign in to comment.