backend/conf/example.json
2024-11-28 23:08:24 +01:00

21 lines
270 B
JSON

{
"version": 1,
"log": [
{
"kind": "stdout",
"data": {
"threshold": "info",
"format": "jsonl_structured"
}
}
],
"session_management": {
"in_memory": false,
"lifetime": 3600
},
"authentication": {
"kind": "internal",
"data": {
}
}
}