Compare commits
No commits in common. "3dd868041e4460d46908d54b861abdeab13e21fe" and "b1281be699d2d75b1f25ecd5cf11d7204bf4c237" have entirely different histories.
3dd868041e
...
b1281be699
1 changed files with 1 additions and 5 deletions
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue