fix(README): Adding config variables to README

This commit is contained in:
Chris Troutner
2024-03-23 08:18:32 -07:00
parent 38bdfe306b
commit ef0179fb3f
4 changed files with 33 additions and 70 deletions
+9
View File
@@ -47,6 +47,15 @@ docker-compose up -d
- You can bring the containers down with `docker-compose down`
- You can bring the containers back up with `docker-compose up -d`.
## Configuration
This program is intended to started with a Bash shell script. In that script, you can set the following environment variables:
```bash
# The IPFS ID of the service running ipfs-bch-wallet-service
export PREFERRED_P2WDB_PROVIDER=12D3KooWCNpwHbHmkNSJsqu3CQVVe3iW8g6e1gn3kWTPahj2igiy
```
## Code Structure
The file layout of this repository differs from the koa-api-boilerplate. Instead, it follows the file layout of [Clean Architecture](https://christroutner.github.io/trouts-blog/blog/clean-architecture).