backend/conf/example.json

21 lines
236 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": {
"threshold": "info"
}
}
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
}