Fix database path configuration - correct default path in Config class
This commit is contained in:
parent
5d9f755e61
commit
038bf2649a
@ -36,7 +36,7 @@ class Config:
|
||||
|
||||
def __init__(self):
|
||||
self.database = DatabaseConfig(
|
||||
path=os.getenv('DATABASE_PATH', 'facts.db')
|
||||
path=os.getenv('DATABASE_PATH', './facts.db')
|
||||
)
|
||||
|
||||
self.ai_endpoint = AIEndpointConfig(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user