working for sro, adapt to other
This commit is contained in:
@@ -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"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user