Skip to content
Snippets Groups Projects
for-docker.yaml 746 B
Newer Older
Christian Pointner's avatar
Christian Pointner committed
store:
  path: "${TANK_STORE_PATH}"
Christian Pointner's avatar
Christian Pointner committed
  audio:
    format: flac
    sample-rate: 44100

importer:
  job-timeout: 30m ## defaults otherwise to 3h
  temp-path: "${TANK_IMPORTER_TEMP_PATH}"
Christian Pointner's avatar
Christian Pointner committed
  workers: 4
  normalizer: ffmpeg
  sessions:
    max-age: 12h
    static:
      engine:
        secret: ${AURA_ENGINE_SECRET}
        readonly: true
        allShows: true
    client-id: ${OIDC_CLIENT_ID}
    client-secret: ${OIDC_CLIENT_SECRET}

web:
  ## one of:  stdout, stderr, file:/path/to/access.log
  access-logs: file:${TANK_LOGS}/access.log

  cors:
    allowed-methods:
      - GET
      - PUT
      - POST
      - PATCH
      - DELETE