add key store and vars

This commit is contained in:
2021-06-26 09:50:03 -07:00
parent 8f85598861
commit 0bf2c35fcd
6 changed files with 8 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ args_override = {
'CIC_CHAIN_SPEC': getattr(args, 'i'),
'ETH_PROVIDER': getattr(args, 'p'),
'CIC_REGISTRY_ADDRESS': getattr(args, 'r'),
'KEYSTORE_FILE_PATH': getattr(args, 'key-file')
}
config.dict_override(args_override, 'cli flag')
config.censor('PASSWORD', 'DATABASE')