Files
Elite-Gaming-FiveM/resources/fivepd/config.json
T
Jacob 25ea292757 Bump artifacts & environment tweaks
- Adjusted database creds.
- Updated server artifacts to latest.
2025-08-24 20:31:27 +01:00

39 lines
918 B
JSON

{
"db": "mysql",
"database": {
"username": "egrp-fivem",
"password": "HIKy3DXk%DQfa7^PxgK%G56aU96vBc0Y",
"host": "localhost",
"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
}