working on basic service setup, auth, conf
This commit is contained in:
34
conf/00-default.yaml
Normal file
34
conf/00-default.yaml
Normal file
@@ -0,0 +1,34 @@
|
||||
$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
|
||||
|
Reference in New Issue
Block a user