Merge pull request #329112 from ambroisie/tandoor-module

nixos/tandoor-recipes: revert 'GUNICORN_MEDIA=1'
This commit is contained in:
Bruno BELANYI
2024-07-22 15:48:52 +01:00
committed by GitHub
@@ -11,7 +11,6 @@ let
DEBUG = "0";
DEBUG_TOOLBAR = "0";
MEDIA_ROOT = "/var/lib/tandoor-recipes";
GUNICORN_MEDIA = true;
} // optionalAttrs (config.time.timeZone != null) {
TZ = config.time.timeZone;
} // (