merge aigpt
This commit is contained in:
@ -15,7 +15,7 @@ class Settings(BaseSettings):
|
||||
api_v1_prefix: str = "/api/v1"
|
||||
|
||||
# Database
|
||||
database_url: str = "postgresql+asyncpg://postgres:postgres@localhost:5432/aicard"
|
||||
database_url: str = "sqlite+aiosqlite:///~/.config/syui/ai/card/aicard.db"
|
||||
database_url_supabase: Optional[str] = None
|
||||
use_supabase: bool = False
|
||||
|
||||
|
Reference in New Issue
Block a user