services.nextcloud-spreed-signaling.settings.nats.url

NixOS option

URL of one or more NATS backends to use. This can be set to nats://loopback to process NATS messages internally instead.

type: list of string
Default
[
  "nats://loopback"
]
Example
[
  "nats://localhost:4222"
]
declared in: nixos/modules/services/networking/nextcloud-spreed-signaling.nixView source on NixOS/nixpkgs →