Skip to content

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

@luketchang

Description

@luketchang

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions