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

refactor(configuration): remove agent configs from configuration crate #185

Open
luketchang opened this issue May 25, 2022 · 0 comments
Open

Comments

@luketchang
Copy link
Collaborator

Should not have agent run-time configuration in the network/contract JSON config files. Also want to be able to more easily override/supply agent config blocks from env.

  • want break agent configuration out of configuration such that the agent can take
    • a short JSON file with config data (e.g. just processor block in file)
    • environment variables (can implement from_env() in decl_config!
    • a mix of config file + env variables for overriding config file
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