We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would like to take out all account information from the config file, and simplify it with the minimum data needed for the node to start up.
Sample:
accounts: keystore: hostconfigs/local/Alice/accounts centrifugenetwork: russianhill configstorage: path: hostconfigs/local/Alice/db/centrifuge_config_data.leveldb ethereum: nodeurl: http://127.0.0.1:9545 p2p_keys: privatekey: hostconfigs/local/Alice/p2p.key.pem publickey: hostconfigs/local/Alice/p2p.pub.pem storage: path: hostconfigs/local/Alice/db/centrifuge_data.leveldb # default value for new accounts generated by API notifications: endpoint: http://localhost:8083/webhook
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I would like to take out all account information from the config file, and simplify it with the minimum data needed for the node to start up.
Sample:
The text was updated successfully, but these errors were encountered: