Files
OpenParty/settings.json

18 lines
457 B
JSON
Raw Normal View History

2024-06-15 19:57:02 +08:00
{
"server": {
"SaveData": {
2024-07-01 16:32:59 +08:00
"windows": "{Home}\\AppData\\Roaming\\openparty\\",
2024-06-15 19:57:02 +08:00
"linux": "{Home}/.openparty/"
},
"port": 80,
"forcePort": false,
"isPublic": true,
"enableSSL": true,
"domain": "jdp.justdancenext.xyz",
2024-07-07 18:25:26 +08:00
"modName": "Just Dance Unlimited Mod",
2024-06-15 19:57:02 +08:00
"serverstatus": {
"isMaintenance": false,
"channel": "prod"
}
}
}