frontend-dali/conf/example.json

13 lines
220 B
JSON
Raw Permalink Normal View History

2024-09-12 00:02:12 +02:00
{
2024-09-19 13:34:24 +02:00
"version": 1,
"backend": {
2024-09-26 19:01:28 +02:00
"scheme": "http",
"host": "localhost",
"port": 7845,
2024-09-19 13:34:24 +02:00
"path": ""
2024-09-26 19:01:28 +02:00
},
"misc": {
"oidc_redirect_uri_template": "http://localhost:8888/#oidc_finish,session_key={{session_key}}"
2024-09-19 13:34:24 +02:00
}
2024-09-12 00:02:12 +02:00
}