cloudamqp / cloudamqp/amqproxy
Add consistent configuration
Open
Nobody has claimed this yet.
- Dominant language
- Crystal
- Stars
- 408
- Forks
- 50
- Avg merge
- 18h 30m
- Merged PRs (30d)
- 3
Description
Rework the configuration, so the configuration is seperated from cli program.
Add missing configurable properties"
ini file
http_port
enviroment variables
UPSTREAMfor consistent naming. AMPQ_URL takes precendence over UPSTREAM for backwards compatibility
cli
--log-levelfor the Log Level
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the current configuration handling and CLI entry point. Trace how the INI value, environment variables, and command-line options are read, including the AMPQ_URL-over-UPSTREAM precedence. Done means configuration is separated from the CLI, http_port and UPSTREAM are supported, and --log-level is available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- crystal
- Domain
- backend, cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100