Files
Elite-Gaming-FiveM/resources/fivepd/config.json
T
2022-11-18 17:34:46 -08:00

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
}