Closed jnarowski closed 4 years ago
Hutch uses a config file (or Hutch::Config
modifications) which has a uri
property used when connection parameters are computed.
Environment variables are not really used by Hutch and only sparingly in Bunny (e.g. BUNNY_LOG_LEVEL
).
Would you be open to a pull request that adds URI as a possible command line option?
Sure. Thank you for considering a contribution!
I see references to URI in the code, but it's not supported at the command line? I have RABBITMQ_URL set as an env var and would be nice to not have to break it up into several ENV vars needed for username, password etc.