Skip to content

Commit

Permalink
Merge 75fdbdf into 75c7103
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 authored Nov 9, 2024
2 parents 75c7103 + 75fdbdf commit 95f8fca
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,10 @@ The structure for adding additional coins can vary, please refer to the [listing
| MM2\_CONF\_PATH | string | A file path to load the `MM2.json` configuration file. Defaults to `MM2.json` in the same folder as the `mm2` binary. |
| MM\_COINS\_PATH | string | A file path to load the `coins` configuration file. A comprehensive version for public use is maintained in the [Komodo Platform coins github repository](https://github.com/KomodoPlatform/coins/blob/master/coins) |
| MM\_LOG | string | A file path to store the Komodo DeFi-API logs. |
| USERPASS | string | For convenience, this variable can store the value of your `rpc_password` to be referenced in any shell scripts |
| MM\_CERT\_PATH | string | Full path to TLS/SSL certificate file. |
| MM\_CERT\_KEY\_PATH | string | Full path to TLS/SSL certificate key file. |
| RUST\_LOG | string | Global default log level is `info`. To modify the log level for specific module (e.g. for debugging `atomicdex_gossipsub::behaviour`) and keep the default at `info`, use the format `"info,atomicdex_gossipsub::behaviour=debug"` |


### What now?

Expand Down

0 comments on commit 95f8fca

Please sign in to comment.