Skip to content

Commit 18361c4

Browse files
demo clean up
1 parent e1c63cc commit 18361c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# To use a different database, set the DATABASE_URL environment variable
1010
# Example: DATABASE_URL=postgresql+psycopg2://localhost@dogeapi
1111
SQLALCHEMY_DATABASE_URL = config(
12-
"DATABASE_URL", default="postgresql+psycopg2://localhost@dogeapi"
12+
"DATABASE_URL", default="sqlite:///./database/dogeapi.sqlite"
1313
)
1414

1515
if SQLALCHEMY_DATABASE_URL.startswith("postgresql"):

0 commit comments

Comments
 (0)