Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for a JSON configuration file #446

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pcolladosoto
Copy link

@pcolladosoto pcolladosoto commented May 30, 2024

This PR strives to add support for specifying the configuration options through a file. This PR is motivated by the discussion on #415.

In order to keep changes as smooth as possible we have chosen to leverage the name of the existing environment variables as the JSON keys. We have also chosen JSON so as to avoid delving into parsing logic; besides, JSON encoding/decoding are part of the standard library.

The path to the configuration file is to be passed through the -conf flag.

In order to remain backwards-compatible, environment variables will always override settings specified on the JSON file. The default values for settings will also be honoured.

At any rate, we're more than happy to change anything that might be needed.

Thanks a ton for your time!

Pull Request Checklist

The path to the configuration file is to be passed through the
`-conf` flag. What's more, environment variables will always
override settings specified on the JSON file so as to be
compatible with existing deployments.

Signed-off-by: Pablo Collado Soto <[email protected]>
@pcolladosoto
Copy link
Author

Hi @kegsay! I'm pinging you because the last commit on the repo is yours... Is there any intention of moving froward with this PR? If not I'd be more than happy to close it to try and clean up the clutter...

Thanks for your time and sorry for the noise...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant