MyNixOS website logo
option

services.lasuite-docs.settings

Configuration options of docs.

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

REDIS_URL and CELERY_BROKER_URL are set if services.lasuite-docs.redis.createLocally is true. DB_HOST is set if services.lasuite-docs.postgresql.createLocally is true.

Declarations
Type
attribute set of (null or string or boolean or absolute path or signed integer)
Default
{ }
Example
''
  {
    DJANGO_ALLOWED_HOSTS = "*";
  }
''