From 9bf5cd4d33b7c6e7600d258fef6c2b7b9eaf6f55 Mon Sep 17 00:00:00 2001 From: Kasun Kavinda Date: Wed, 26 Oct 2022 13:41:32 +0530 Subject: [PATCH] update optional parameter update optional parameter MB_DATA_DIR=. node app.js --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe997d0..5775822 100644 --- a/README.md +++ b/README.md @@ -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.