Add database URL to the sample configuration

This commit is contained in:
Me 2020-12-19 01:18:21 +00:00
parent 6aa3562424
commit cee711785c

View file

@ -7,4 +7,7 @@ HTTP_PORT=8444
IP_ADDRESS=0.0.0.0 IP_ADDRESS=0.0.0.0
# More uvicorn command line arguments # More uvicorn command line arguments
UVICORN_ARGS=--reload UVICORN_ARGS=--reload
# The database URL
DATABASE_URL='sqlite:///./energyDB.sqlite'