Updates to the configs
This commit is contained in:
parent
bbfec1c044
commit
ac8e6ffeb6
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ class RelationalConfig(BaseSettings):
|
|||
db_name=db_name,
|
||||
db_path=db_path
|
||||
)
|
||||
db_file_path = os.path.join(db_path, db_name)
|
||||
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