mirror of
https://github.com/ibratabian17/OpenParty.git
synced 2026-01-15 14:22:54 -03:00
* 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
17 lines
406 B
JSON
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"
|
|
}
|
|
}
|
|
} |