forked from Telodendria/Telodendria
14 lines
250 B
Text
14 lines
250 B
Text
{
|
|
"serverName": "localhost",
|
|
"baseUrl": "http://localhost:8008",
|
|
"dataDir": "./data",
|
|
"federation": true,
|
|
"registration": true,
|
|
"threads": 2,
|
|
"log": {
|
|
"output": "stdout",
|
|
"level": "debug",
|
|
"timestampFormat": "none",
|
|
"color": true
|
|
}
|
|
}
|