feat(config): add yaml config with generic env override #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/yaml-config"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds internal/config package using gopkg.in/yaml.v3 and reflection for generic environment variable overrides. Updates main.go to load config and set log level. Adds tests and example config.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.