Description
There are two configs for cg one being the CGConfig class (for all CLI commands) and one being the AppConfig for the web-API. Since the EventListener is deployed in the same way and on the same machine as the API I think its config should be in the AppConfig class to avoid confusion.
Acceptance criteria
- EventListener is instantiated with parameters from AppConfig instead of CGConfig
Description
There are two configs for cg one being the CGConfig class (for all CLI commands) and one being the AppConfig for the web-API. Since the EventListener is deployed in the same way and on the same machine as the API I think its config should be in the AppConfig class to avoid confusion.
Acceptance criteria