working for sro, adapt to other

This commit is contained in:
2023-09-27 21:38:05 +02:00
parent 940f424f05
commit 229e4ab01d
5 changed files with 88 additions and 97 deletions

View File

@@ -14,6 +14,7 @@ settings = {
"mongodb_uri": config.get("DB","MONGODB_URI"),
"mongodb_db": config.get("DB","MONGODB_DB"),
"mongodb_collection": config.get("DB","MONGODB_COLLECTION"),
"orsr_url": config.get("WEB", "ORSR_URL"),
"base_url": config.get("WEB", "BASE_URL"),
"endpoint": config.get("WEB", "ENDPOINT"),
"threads": int(config.get("APP", "THREADS"))
}