services.outline.redisUrl

NixOS option

Connection to a redis server. If this needs to include credentials that shouldn’t be world-readable in the Nix store, set an environment file on the systemd service and override the REDIS_URL entry. Pass the string local to setup a local Redis database.

type: string
Default
"local"
declared in: nixos/modules/services/web-apps/outline.nixView source on NixOS/nixpkgs →