nixos/tandoor-recipes: disable debug toolbar
This commit is contained in:
parent
ca57e02238
commit
9650310348
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user