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

[Configs] Fix config env overrides #26

Closed
wants to merge 1 commit into from
Closed

[Configs] Fix config env overrides #26

wants to merge 1 commit into from

Conversation

MohamedBassem
Copy link
Contributor

[Configs] Fix config env overrides

Given that list_separator is called, the config crate expects every key to be a list unless with_list_parse_key is called which defines the list of keys that are supposed to be vectors. This diff lets each service define which of its keys are vector and pass it during service config registration.

Given that `list_separator` is called, the `config` crate expects every key to be a list unless `with_list_parse_key` is called which defines the list of keys that are supposed to be vectors. This diff lets each service define which of its keys are vector and pass it during service config registration.
@MohamedBassem
Copy link
Contributor Author

Not needed anymore

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