We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c63cc commit 18361c4Copy full SHA for 18361c4
database/configuration.py
@@ -9,7 +9,7 @@
9
# To use a different database, set the DATABASE_URL environment variable
10
# Example: DATABASE_URL=postgresql+psycopg2://localhost@dogeapi
11
SQLALCHEMY_DATABASE_URL = config(
12
- "DATABASE_URL", default="postgresql+psycopg2://localhost@dogeapi"
+ "DATABASE_URL", default="sqlite:///./database/dogeapi.sqlite"
13
)
14
15
if SQLALCHEMY_DATABASE_URL.startswith("postgresql"):
0 commit comments