This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git
The following commit(s) were added to refs/heads/master by this push:
new da948e3e3 provide merged config to ming, so debug key is there
da948e3e3 is described below
commit da948e3e3dac48e44fd26ea7418d6dcd885599c1
Author: Dave Brondsema <[email protected]>
AuthorDate: Wed Jun 24 15:24:59 2026 -0400
provide merged config to ming, so debug key is there
---
Allura/allura/config/middleware.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Allura/allura/config/middleware.py
b/Allura/allura/config/middleware.py
index 7a6cd0683..57a027f96 100644
--- a/Allura/allura/config/middleware.py
+++ b/Allura/allura/config/middleware.py
@@ -103,7 +103,7 @@ def _make_core_app(root, global_conf: dict, **app_conf):
mimetypes.init([pkg_file('allura', 'etc/mime.types')] +
mimetypes.knownfiles)
# Configure MongoDB
- configure_ming(app_conf)
+ configure_ming(global_conf | app_conf)
# Configure ActivityStream
if asbool(app_conf.get('activitystream.recording.enabled', False)):