dashboard/conf/00-default.yaml

35 lines
645 B
YAML

$schema: ../schemas/config.json
web:
address: 0.0.0.0
port: 8080
exposed_url: https://me.local.jbrumond.me:8080
tls: false
# tls:
# key: /tls/tls.key
# cert: /tls/tls.cert
etag:
static_assets: strong
cache_control:
static_assets: public, max-age=3600
metadata:
address: 0.0.0.0
port: 8081
tls: false
# tls:
# key: /tls/tls.key
# cert: /tls/tls.cert
oidc:
server_url: https://sso.jbrumond.me/realms/public
signing_algorithm: ES512
client_id: ""
client_secret: ""
pkce_cookie:
name: app_pkce_code
secure: true
ttl: 300
session_cookie:
name: app_session_key
secure: true
ttl: 7200