nixos/tandoor-recipes: disable debug toolbar

This commit is contained in:
Bruno BELANYI 2023-05-04 23:18:37 +01:00
parent ca57e02238
commit 9650310348

View File

@ -9,6 +9,7 @@ let
env = {
GUNICORN_CMD_ARGS = "--bind=${cfg.address}:${toString cfg.port}";
DEBUG = "0";
DEBUG_TOOLBAR = "0";
MEDIA_ROOT = "/var/lib/tandoor-recipes";
} // optionalAttrs (config.time.timeZone != null) {
TIMEZONE = config.time.timeZone;