Newer
Older
path: "${STORE_PATH}"
audio:
format: flac
sample-rate: 44100
## mysql: false, true, skip-verify
## postgres: require , verify-full, verify-ca, disable
username: tank
password: aura
database: tank
## mysql: utf8mb4, utf8, ...
## will be ignored for postgres which will always use utf8 (1-4 bytes)
charset: utf8mb4
### uncomment to enable authentication
auth:
sessions:
## defaults to 24h
max-age: 12h
static:
engine:
secret: ${AURA_ENGINE_SECRET}
readonly: true
all-shows: true
oidc:
issuer-url: http://localhost:8000/openid
client-id: ${OIDC_CLIENT_ID}
client-secret: ${OIDC_CLIENT_SECRET}
callback-url: http://localhost:8040/auth/oidc/callback
login-timeout: 10m # defaults to 5 Minutes
passwd:
admin:
password: ${ADMIN_PASSWORD}
all-shows: true
hugo:
password: changeme
readonly: true
shows:
- hugo
- yet-another-hugo-show
### uncomment to enable CORS headers
### see: https://godoc.org/github.com/rs/cors#Options
# cors:
# allowed-origins: ['*']
# allowed-methods:
# - GET
# - PUT
# - POST
# - PATCH
# - DELETE
# allowed-headers: ['*']
# allow-credentials: true