Files
OpenParty/settings.json
2024-07-01 17:56:48 +08:00

21 lines
540 B
JSON

{
"server": {
"SaveData": {
"windows": "{Home}\\AppData\\Roaming\\openparty\\",
"linux": "{Home}/.openparty/"
},
"port": 80,
"forcePort": false,
"isPublic": true,
"enableSSL": true,
"domain": "jdp.justdancenext.xyz",
"serverstatus": {
"isMaintenance": false,
"channel": "prod"
},
"encrpytion": {
"secretKey": "OpenParty.",
"userEncrypt": "DoNotShareThisFileToAnyone"
}
}
}