fixing fivepd
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user