10 lines
202 B
Text
10 lines
202 B
Text
|
|
# Configuration for the uvicorn server running the energyDB application
|
||
|
|
|
||
|
|
# Set HTTP port
|
||
|
|
HTTP_PORT=8444
|
||
|
|
|
||
|
|
# Bind to address
|
||
|
|
IP_ADDRESS=0.0.0.0
|
||
|
|
|
||
|
|
# More uvicorn command line arguments
|
||
|
|
UVICORN_ARGS=--reload
|