mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
lemmy-ui: Set NODE_ENV to run server in production mode
This commit is contained in:
parent
e2261431b7
commit
2bc5b80182
1 changed files with 1 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue