Fix database path configuration - use relative path './facts.db' instead of 'facts.db'
This commit is contained in:
parent
11ba31de61
commit
5d9f755e61
@ -10,7 +10,7 @@ from typing import Optional
|
||||
@dataclass
|
||||
class DatabaseConfig:
|
||||
"""Database configuration"""
|
||||
path: str = "facts.db"
|
||||
path: str = "./facts.db"
|
||||
|
||||
@dataclass
|
||||
class AIEndpointConfig:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user