update optional parameter

update optional parameter MB_DATA_DIR=. node app.js
This commit is contained in:
Kasun Kavinda
2022-10-26 13:41:32 +05:30
committed by GitHub
parent abcb26602b
commit 9bf5cd4d33

View File

@@ -45,6 +45,7 @@ Run `make installer` ('installer.tar.gz' will be placed in build directory)
1. `node app.js` will start the message board with ixrpl account data.
1. Optional environment `MB_DEV=1` for dev mode, if not given it'll be prod mode.
1. Optional environment `MB_FILE_LOG=1` will keep logging in a log file inside log directory (used for debugging).
1. Optional environment `MB_DATA_DIR=. node app.js` will read the config files(both 'mb-xrpl.cfg' and 'secret.cfg') from same level of hierarchy.
1. This will listen to redeems on the configured host xrpl account.
1. If sashimono agent and sashi CLI is up, this will issue instance management commands to the CLI.
1. Responses data will be encrypted with redeem transaction account's pubkey and sent back to it as a transaction.