mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-01-09 21:27:53 -05:00
Change db path and add empty database directory
This commit is contained in:
@@ -230,7 +230,7 @@ class DBConfig(_StrictModel):
|
||||
"""
|
||||
|
||||
url: str = Field(
|
||||
"sqlite+aiosqlite:///pythagora.db",
|
||||
"sqlite+aiosqlite:///data/database/pythagora.db",
|
||||
description="Database connection URL",
|
||||
)
|
||||
debug_sql: bool = Field(False, description="Log all SQL queries to the console")
|
||||
|
||||
Reference in New Issue
Block a user