Compare commits

..

No commits in common. "3dd868041e4460d46908d54b861abdeab13e21fe" and "b1281be699d2d75b1f25ecd5cf11d7204bf4c237" have entirely different histories.

View file

@ -46,11 +46,7 @@ let
SESSION_SECURE_COOKIE = lib.boolToString cfg.backend.cookieSecure;
};
fpmBaseEnvironment = lib.filterAttrs (
environmentName: environmentValue: environmentValue != ""
) appEnvironment;
fpmEnvironment = fpmBaseEnvironment // {
fpmEnvironment = appEnvironment // {
APP_KEY = "$APP_KEY";
};