mirror of
https://github.com/evenh/intercert.git
synced 2026-04-25 04:46:24 +03:00
[GH-ISSUE #30] Support configuration via environment variables #6
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/intercert#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @evenh on GitHub (Apr 28, 2019).
Original GitHub issue: https://github.com/evenh/intercert/issues/30
In order to be a good twelve-factor app we should support configuration via environment variables as opposed to a configuration file. This was raised in #29 and needs further investigation as the cobra/viper combination seems to be a little funky.