-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Interpolate env vars into config (#350)
* Interpolate env vars into config * Add better env var validation * Load .dotenv on demand * Store used env vars hash in the persisted state * Fix env hash * Fix tests * Improve config hashing * Don't store ecosystem on human_config * Add support for default values * Update codegenerator/cli/src/config_parsing/system_config.rs Co-authored-by: Jono Prest <[email protected]> * Update codegenerator/cli/src/config_parsing/system_config.rs Co-authored-by: Jono Prest <[email protected]> * Fix tests --------- Co-authored-by: Jono Prest <[email protected]>
- Loading branch information
Showing
11 changed files
with
1,290 additions
and
671 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.