homepage/server/config.json
2022-03-21 23:41:44 +02:00

20 lines
341 B
JSON

{
"logger": {
"directory": "/logs/"
},
"media":{
"videos": "/media",
"thumbnails": "/thumbnails"
},
"shardCount": 1,
"domain": "corgi.wtf",
"http": {
"port": 4000
},
"discord": {
"scope": [
"identify"
],
"callback": "/api/login"
}
}