rust
rust copied to clipboard
refactor(configuration): remove agent configs from `configuration` crate
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
configurationsuch 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()indecl_config! - a mix of config file + env variables for overriding config file