frontend-dali/misc/conf-example.json

14 lines
275 B
JSON
Raw 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": {
2025-10-02 16:59:00 +02:00
"oidc_redirect_uri_template": "http://localhost:8888/#oidc_finish,session_key={{session_key}}",
"use_central_europe_specific_datetime_inputs": true
2024-09-19 13:34:24 +02:00
}
2024-09-12 00:02:12 +02:00
}