MyNixOS website logo
option

services.librechat.env

Environment variables that will be set for the service. See LibreChat environment variables.

Declarations
Type
open submodule of attribute set of (string or absolute path or (string or signed integer convertible to it) or (string or floating point number convertible to it) or (string or 16 bit unsigned integer; between 0 and 65535 (both inclusive) convertible to it) or (string or boolean convertible to it))
Example
{
  ALLOW_REGISTRATION = true;
  CONSOLE_JSON_STRING_LENGTH = 255;
  HOST = "0.0.0.0";
  PORT = 2309;
}