From 31dacfced18e15421031b3ba4da175d239dccf43 Mon Sep 17 00:00:00 2001 From: Ankur Banerjee Date: Thu, 24 Nov 2022 11:30:56 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 61bc2d64a..76e46d418 100644 --- a/README.md +++ b/README.md @@ -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.