39 lines
894 B
JSON
39 lines
894 B
JSON
{
|
|
"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": true,
|
|
"token": ""
|
|
},
|
|
"dutyNotification": true,
|
|
"observation": true,
|
|
"allowlist": false
|
|
} |