Support Environment Variables in config file

Environment variables can be assigned as values in the configuration
file using the !ENV tag. Resolves #1954.

The behavior is defined in the third-party package pyyaml_env_tag:
https://github.com/waylan/pyyaml-env-tag
This commit is contained in:
Waylan Limberg
2020-12-23 11:12:56 -05:00
parent 30dc6a0ef7
commit f4de3c7387
7 changed files with 85 additions and 4 deletions

View File

@@ -5,4 +5,5 @@ Markdown==3.2.1
PyYAML==5.1
tornado==4.1
mdx_gh_links==0.2
ghp-import==1.0
ghp-import==1.0
pyyaml_env_tag==0.1

View File

@@ -5,4 +5,5 @@ Markdown>=3.2.1
PyYAML>=5.2
tornado>=5.1.1
mdx_gh_links>=0.2
ghp-import>=1.0
ghp-import>=1.0
pyyaml_env_tag>=0.1