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

fix: ensure viper uses correct config fields #13

Merged
merged 1 commit into from
Oct 9, 2024
Merged

Conversation

xx4h
Copy link
Owner

@xx4h xx4h commented Oct 9, 2024

viper is using mapstructure tag to map struct
fields to config file fields if naming differs.
In our case this is especially relevant for config fields having an underscore (_).

viper is using `mapstructure` tag to map struct
fields to config file fields if naming differs.
In our case this is especially relevant for config
fields having an underscore (_).
@xx4h xx4h merged commit 45d8cd0 into main Oct 9, 2024
5 checks passed
@xx4h xx4h deleted the fix-config-field-mapping branch October 9, 2024 11:03
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