start building dashboard
This commit is contained in:
@@ -59,4 +59,13 @@ argon2:
|
||||
logging:
|
||||
level: info
|
||||
pretty: false
|
||||
|
||||
color_themes:
|
||||
default:
|
||||
light: Minimal Light
|
||||
dark: Minimal Dark
|
||||
less_contrast:
|
||||
light: Minimal Light
|
||||
dark: Minimal Dark
|
||||
more_contrast:
|
||||
light: Minimal Light
|
||||
dark: Minimal Dark
|
||||
|
15
conf/01-local-test.yaml
Normal file
15
conf/01-local-test.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
$schema: ../schemas/config.json
|
||||
http_web:
|
||||
exposed_url: http://me.local.jbrumond.me:8080
|
||||
oidc:
|
||||
server_url: https://sso.jbrumond.me/realms/public
|
||||
client_id: local-test-service
|
||||
client_secret: 7NwC0NEIHGuAa30Lp2V90KDOKOI3YlSt
|
||||
pkce_cookie:
|
||||
secure: false
|
||||
session_cookie:
|
||||
secure: false
|
||||
pepper: 4tWRICqVeGtOHaq66RA62aGOhIQ
|
||||
logging:
|
||||
level: debug
|
||||
pretty: true
|
Reference in New Issue
Block a user