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
|
|
@ -8,3 +8,6 @@ IP_ADDRESS=0.0.0.0
|
|||
|
||||
# More uvicorn command line arguments
|
||||
UVICORN_ARGS=--reload
|
||||
|
||||
# The database URL
|
||||
DATABASE_URL='sqlite:///./energyDB.sqlite'
|
||||
Loading…
Add table
Reference in a new issue