MyNixOS website logo
option

services.lasuite-drive.settings

Configuration options of drive.

See https://github.com/suitenumerique/drive/blob/v0.18.0/docs/env.md

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

Declarations
Type
open submodule of attribute set of (null or string or boolean or absolute path or signed integer)
Default
{ }
Example
''
  {
    AWS_S3_ENDPOINT_URL = "https://s3.us-west.amazonaws.com";
  }
''