dave2wave commented on code in PR #1005:
URL: 
https://github.com/apache/tooling-trusted-releases/pull/1005#discussion_r3017220474


##########
atr/server.py:
##########
@@ -151,6 +153,7 @@ def _app_create_base(app_config: type[config.AppConfig]) -> 
base.QuartApp:
     # Our AppConfig.SECRET_KEY is None since we no longer support that setting
     asfquart_secret_key = app.secret_key
     app.config.from_object(app_config)
+    app.cfg = app.config

Review Comment:
   This will mean that asfquart sees ATR configuration.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to