config-validator to consider default values from schema (#139)
* config-validator to consider default values from schema * fix with relative json schema path * remove lamassuServerPath config on lamassu-migrate-options
This commit is contained in:
parent
d28c6ae691
commit
6fdb3e8834
7 changed files with 13 additions and 16 deletions
1
install
1
install
|
|
@ -158,7 +158,6 @@ cat <<EOF > $CONFIG_DIR/lamassu.json
|
|||
"keyPath": "$SERVER_KEY_PATH",
|
||||
"hostname": "$IP",
|
||||
"logLevel": "info",
|
||||
"lamassuServerPath": "$NODE_MODULES/lamassu-server",
|
||||
"migrateStatePath": "$MIGRATE_STATE_PATH",
|
||||
"blockchainDir": "$BLOCKCHAIN_DIR",
|
||||
"ofacDataDir": "$OFAC_DATA_DIR",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue