backend/conf/example.json

22 lines
270 B
JSON
Raw Normal View History

2024-09-11 17:24:20 +02:00
{
2024-09-12 00:03:29 +02:00
"version": 1,
"log": [
2024-09-19 13:34:07 +02:00
{
"kind": "stdout",
"data": {
2024-11-14 19:57:13 +01:00
"threshold": "info",
2024-11-28 23:08:24 +01:00
"format": "jsonl_structured"
2024-09-19 13:34:07 +02:00
}
}
2024-09-18 18:17:25 +02:00
],
"session_management": {
2024-10-10 20:24:38 +02:00
"in_memory": false,
"lifetime": 3600
2024-09-19 13:34:07 +02:00
},
"authentication": {
2024-09-25 15:28:25 +02:00
"kind": "internal",
2024-09-19 13:34:07 +02:00
"data": {
}
2024-09-18 18:17:25 +02:00
}
2024-09-11 17:24:20 +02:00
}