energyDB/energyDB.conf_sample

10 lines
202 B
Text
Raw Normal View History

2020-12-17 01:01:27 +01:00
# 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