blob: 4181f1717cfa0c2579ea599f2c94989ad7fa82b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Add configuration to set server name
## Tags
* assigned: jgart
* type: feature-request
* status: unclear
* priority: high
* keywords: binderlite, notebooks, configuration
## Description
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
|