MyNixOS website logo
option

services.inventree.settings

InvenTree config options.

See the documentation for available options.

Declarations
Type
attribute set of (null or absolute path or string)
Default
{ }
Example
{
  INVENTREE_CACHE_ENABLED = true;
  INVENTREE_CACHE_HOST = "localhost";
  INVENTREE_EMAIL_HOST = "smtp.example.com";
  INVENTREE_EMAIL_PORT = 25;
}