Updates to the configs
This commit is contained in:
parent
bd6d286cb0
commit
4db04459ef
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ class RelationalConfig(BaseSettings):
|
|||
db_path=db_path
|
||||
)
|
||||
database_path: str = os.path.join(config.system_root_directory, "databases")
|
||||
database_directory_path: str = os.path.join(config.system_root_directory,"databases")
|
||||
database_directory_path: str = os.path.join(config.db_path, "cognee.db")
|
||||
|
||||
model_config = SettingsConfigDict(env_file = ".env", extra = "allow")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue