Files
OpenParty/settings.json
ibratabian17 8bb068e786 Improve Songdb Response Handling
* This adds support for multiple platforms
* Refactored the code to make it easier to understand
* Fixed Durango, Orbis, and PC  not getting a response on Branch JD2019_MAIN to JD2022_MAIN
2024-06-30 13:26:07 +08:00

17 lines
406 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"
}
}
}