frontend-dali/misc/conf-example.json

14 lines
282 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/?action=oidc_finish&session_key={{session_key}}",
2025-10-14 00:16:22 +02:00
"use_central_europe_specific_datetime_inputs": true
2024-09-19 13:34:24 +02:00
}
2024-09-12 00:02:12 +02:00
}