2022-12-09 23:57:30 +00:00
|
|
|
{
|
2023-03-23 02:12:45 +00:00
|
|
|
"log": {
|
|
|
|
"output": "stdout",
|
|
|
|
"color": true,
|
|
|
|
"timestampFormat": "none",
|
|
|
|
"level": "debug"
|
|
|
|
},
|
|
|
|
"dataDir": "./data",
|
|
|
|
"listen": [
|
|
|
|
{
|
|
|
|
"port": 8008,
|
|
|
|
"tls": false
|
2023-03-23 16:39:15 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"port": 8448,
|
|
|
|
"tls": {
|
|
|
|
"cert": "telodendria.crt",
|
|
|
|
"key": "telodendria.key"
|
|
|
|
}
|
2023-03-23 02:12:45 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"registration": true,
|
|
|
|
"serverName": "localhost",
|
|
|
|
"baseUrl": "http:\/\/localhost:8008",
|
|
|
|
"federation": true
|
2022-12-09 23:57:30 +00:00
|
|
|
}
|