Skip to content

Commit

Permalink
docs: LOG_PATH options
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastCicada authored Dec 11, 2024
1 parent 5e326f3 commit e4de865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ The whole list of configurable variables are detailed in [config.py](app/config.
- `MODE (environment variable)`: one of `dev`, `registry`, `client`, and `explorer`. In `dev` mode, the application essentially enables all functionalities (endpoints), while in the rest, some select endpoints will be allowed. Each mode has installers and executable binaries built and available on the [releases](https://github.com/Chia-Network/climate-token-driver/releases) page.
- `CHIA_ROOT (environment variable)`: the root of Chia wallets on the local machine, typically `~/.chia/mainnet`.
- `CONFIG_PATH (environment variable)`: the path of the `config.yaml` file, relative to `${CHIA_ROOT}`. Rarely needs to be changed.
- `LOG_PATH`: the path this application write logs to, relative to `${CHIA_ROOT}`.
- `LOG_PATH`: the path this application write logs to, relative to `${CHIA_ROOT}`. Can also be set to `stdout`.
- `CADT_API_SERVER_HOST`: the CADT API URL in the format of `scheme://domain:port/path`.
- `CADT_API_KEY`: the CADT API key.

Expand Down

0 comments on commit e4de865

Please sign in to comment.