MyNixOS website logo
option

services.lasuite-docs.collaborationServer.settings

Configuration options of collaboration server.

See https://github.com/suitenumerique/docs/blob/v3.4.2/docs/env.md.

Declarations
Type
attribute set of (string or boolean)
Default
{ }
Example
''
  {
    COLLABORATION_LOGGING = true;
  }
''