Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Nov 24, 2022
1 parent c31421f commit 31dacfc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ created using [Hasura](https://hasura.io/).
2. Changes to workflows/pipelines
3. Optimised Dockerfile

### Configuration files

1. BDJuno configuration is in `deploy` folder
1. `genesis.json` should be current from the published one for this specific chain (testnet/mainnet) from [cheqd-node](https://github.com/cheqd/cheqd-node).
2. Edit `deploy/config.yaml` if necessary.
3. The variables used in config file are populated from DigitalOcean secrets by the entrypoint script `deploy/entrypoint.sh`
2. Hasura configuration is in `hasura` folder
1. Edit `hasura/config.yaml` if necessary.
2. The variables used in config file are populated from DigitalOcean secrets by the entrypoint script `deploy/entrypoint.sh`

## Developer guide

This section is reproduced as-is from upstream project.
Expand Down

0 comments on commit 31dacfc

Please sign in to comment.