cloudamqp / cloudamqp/amqproxy

Add consistent configuration

Open
#204 0 comments 0 reactions 0 assignees View on GitHub

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

  • UPSTREAM for consistent naming. AMPQ_URL takes precendence over UPSTREAM for backwards compatibility

cli

  • --log-level for the Log Level

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.