fixing fivepd

This commit is contained in:
KingMcDonalds
2025-03-08 03:17:03 -08:00
parent 6b7bb05350
commit 4e1255a58f
197 changed files with 9771 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
{
"db": "mysql",
"database": {
"username": "root",
"password": "Elite_Gaming_13",
"host": "127.0.0.1",
"port": 3306,
"database": "fivepd"
},
"stationBlips": false,
"maxReportLength": 1000,
"maxFine": 1000000,
"maxFinePoint": 100,
"maxCallLength": 125,
"maxOfficerNameLength": 125,
"maxAINameLength": 50,
"maxNumberOfInvolvedOfficers": 32,
"maxNumberOfSuspects": 32,
"maxNumberOfVictims": 32,
"maxViolationCount": 32,
"isSignatureEnabled": false,
"maxSignatureSize": 10,
"maxStreetNameLength": 25,
"maxCityNameLength": 30,
"maxZIPLength": 10,
"maxChargeCount": 15,
"maxReportCount": 100,
"maxCitationCount": 100,
"minCallsignLength": 1,
"maxCallsignLength": 15,
"adminCode": "egrp_police_ADMIN",
"discord": {
"enable": false,
"token": ""
},
"dutyNotification": true,
"observation": true,
"allowlist": false
}