frontend-dali/conf/example.json
2024-09-26 19:01:28 +02:00

12 lines
220 B
JSON

{
"version": 1,
"backend": {
"scheme": "http",
"host": "localhost",
"port": 7845,
"path": ""
},
"misc": {
"oidc_redirect_uri_template": "http://localhost:8888/#oidc_finish,session_key={{session_key}}"
}
}