MyNixOS website logo
option

services.shelfmark.environment

Environment variables to pass to the Shelfmark service. See https://github.com/calibrain/shelfmark/blob/main/docs/environment-variables.md for available options.

Declarations
Type
open submodule of attribute set of string
Default
{ }
Example
{
  LOG_LEVEL = "DEBUG";
  SEARCH_MODE = "universal";
}