That kind of thing is where I put code in my main() function
initialization to let environment variables override settings.
'APPNAME__debugtoolbar__enable=1' gets converted to
settings['debugtoolbar.enable]' = '1'. I used double underscores
because periods aren't allowed in ennvar names, some settings have
single underscores in their name,
On Tue, Mar 25, 2025 at 9:44 AM Jonathan Vanasco <
jvan...@gmail.com> wrote:
>
> Does anyone know where/if it's possible to override ini settings with prequest?
>
> Use-case: I want to ensure the debugtoolbar is disabled for prequest, even if the .ini enables it.
>
> --
> You received this message because you are subscribed to the Google Groups "pylons-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
pylons-discus...@googlegroups.com.
> To view this discussion visit
https://groups.google.com/d/msgid/pylons-discuss/a8d0822a-f2a2-4afe-8299-b0609ecb2091n%40googlegroups.com.
--
Mike Orr <
slugg...@gmail.com>