This commit is contained in:
2023-09-27 09:33:00 +02:00
parent 2de7f2fea1
commit 00d7456f89
6 changed files with 60 additions and 2 deletions

View File

@@ -11,5 +11,5 @@ if path.exists((cfg_pth := path.join(config_path, "../config.cfg"))):
config.read(cfg_pth)
settings = {
"mongodb_url": config.get("DB","MONGODB_URL")
"mongodb_uri": config.get("DB","MONGODB_URI")
}