energyDB/energyDB.conf_sample

13 lines
No EOL
265 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
# The database URL
DATABASE_URL='sqlite:///./energyDB.sqlite'