MyNixOS website logo
option

services.youtrack.environmentalParameters

Environmental configuration parameters, set imperatively. The values doesn't get removed, when removed in Nix. Only has an effect for YouTrack 2023.x. See https://www.jetbrains.com/help/youtrack/server/2023.3/youtrack-java-start-parameters.html#environmental-parameters for more information.

Declarations
Type
attribute set of (signed integer or string or 16 bit unsigned integer; between 0 and 65535 (both inclusive))
Default
{ }
Example
{
  secure-mode = "tls";
}