backend/conf/example.json
Fenris Wolf 54e27f2ad9 [int]
2024-11-14 19:57:13 +01:00

21 lines
268 B
JSON

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