homepage/server/config.json

10 lines
145 B
JSON
Raw Normal View History

2022-03-20 16:36:58 +01:00
{
"logger": {
"directory": "/logs/"
},
"shardCount": 1,
"domain": "corgi.wtf",
"http": {
"port": 5000
}
}