This commit is contained in:
GetParanoid 2025-07-18 13:40:11 -07:00
parent 55ebd481bc
commit 8493972695
190 changed files with 10732 additions and 146 deletions

View file

@ -1,5 +1,5 @@
{
"enabled": false,
"enabled": true,
"maxBackups": 15,
"directory": "./user/profiles/backups",
"backupInterval": {

View file

@ -1,9 +1,9 @@
{
"backendIp": "23.137.105.59",
"backendPort": 6969,
"ip": "0.0.0.0",
"logRequests": true,
"ip": "127.0.0.1",
"port": 6969,
"serverImagePathOverride": {},
"webSocketPingDelayMs": 90000
}
"backendIp": "127.0.0.1",
"backendPort": 6969,
"webSocketPingDelayMs": 90000,
"logRequests": true,
"serverImagePathOverride": {}
}