Add database URL to the sample configuration
This commit is contained in:
parent
6aa3562424
commit
cee711785c
1 changed files with 4 additions and 1 deletions
|
|
@ -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'
|
||||||
Loading…
Add table
Reference in a new issue