blob: d54997c5210f2e153bf8dd1dbce2665a7bb772ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Add configuration to set server name
* assigned: jgart
* feature
Let's use environment variables as configuration
https://flask.palletsprojects.com/en/2.0.x/cli/?highlight=environment%20variables
https://docs.python.org/3/library/os.html?highlight=os%20environ#os.environ
|