0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

lemmy-ui: Set NODE_ENV to run server in production mode

This commit is contained in:
adisbladis 2023-07-13 14:03:40 +12:00
parent e2261431b7
commit 2bc5b80182

View file

@ -253,6 +253,7 @@ in
LEMMY_UI_LEMMY_INTERNAL_HOST = "127.0.0.1:${toString cfg.settings.port}";
LEMMY_UI_LEMMY_EXTERNAL_HOST = cfg.settings.hostname;
LEMMY_UI_HTTPS = "false";
NODE_ENV = "production";
};
documentation = [