Skip to content
New issue

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

Simplify config.yaml #1212

Open
mikiquantum opened this issue Jul 20, 2019 · 0 comments
Open

Simplify config.yaml #1212

mikiquantum opened this issue Jul 20, 2019 · 0 comments

Comments

@mikiquantum
Copy link
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant