Updates to the configs
This commit is contained in:
parent
3881ffba5b
commit
e57c95081b
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ class RelationalConfig(BaseSettings):
|
|||
db_name=db_name,
|
||||
db_path=db_path
|
||||
)
|
||||
database_egine: object = db_engine
|
||||
database_engine: object = db_engine
|
||||
db_file_path:str = os.path.join(db_path, db_name)
|
||||
database_path: str = os.path.join(config.system_root_directory, "databases")
|
||||
database_directory_path: str = db_path
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue