Newer
Older
audio:
format: flac
sample-rate: 44100
importer:
job-timeout: 30m ## defaults otherwise to 3h
temp-path: "${TANK_IMPORTER_TEMP_PATH}"
sessions:
max-age: 12h
static:
engine:
secret: ${AURA_ENGINE_SECRET}
readonly: true

Ernesto Rico Schmidt
committed
issuer-url: ${OIDC_ISSUER_URL}
client-id: ${OIDC_CLIENT_ID}
client-secret: ${OIDC_CLIENT_SECRET}

Ernesto Rico Schmidt
committed
callback-url: ${OIDC_CALLBACK_URL}
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