Fika-Tarkov/mods/Raid Review/user/mods/raid_review__0.3.0/config.json

42 lines
2.6 KiB
JSON

{
"do_not_delete_1": "[👇🏾 DO NOT MODIFY]",
"settings_schema_version": 3,
"do_not_delete_2": "[☝🏾 DO NOT MODIFY]",
"comment__enableDebugLogs": "[DEBUG] [DEFAULT: false] Enable debug logging.",
"enableDebugLogs": false,
"comment__enableLogFiles": "[DEBUG] [DEFAULT: true] If enabled, dumps normal logs `/logs` meant for support/debugging purposes.",
"enableLogFiles": true,
"comment__maximumLogFiles": "[DEBUG] [DEFAULT: 10] If 'LogFiles' are enabled, this is the maximum number of logs allowed to be stored; oldest logs will be deleted.",
"maximumLogFiles": 10,
"comment__web_socket_port": "[SERVER] [DEFAULT: 7828] Changes Default Web Socket port; modify this if the port is reserved in your environment.",
"web_socket_port": 7828,
"comment__web_client_port": "[SERVER] [DEFAULT: 7829] Changes Default HTTP port; modify this if the port is reserved in your environment.",
"web_client_port": 7829,
"comment__telemetry": "[TELEMETRY] [DEFAULT: true] Contribute end of raid statistics to the 'https://raid-review.online' server. More info here: https://github.com/ekky-llc/spt-raid-review/blob/main/TELEMETRY.md.",
"telemetry": true,
"comment__autoDelete": "[AUTO-DELETE] [DEFAULT: true] Automatically delete old raids to save disk space; runs on startup.",
"autoDelete": true,
"comment__autoDeleteLimit": "[AUTO-DELETE] [DEFAULT: 30] Maximum number of raids allowed to be stored; oldest raid will be deleted.",
"autoDeleteLimit": 30,
"comment__autoDeleteUnfinishedRaids": "[AUTO-DELETE] [DEFAULT: false] [WARNING:EXPERIMENTAL] Automatically delete unfinished raids (due to crash, alt+f4, etc.); runs on startup.",
"autoDeleteUnfinishedRaids": false,
"comment__autoDeleteCronJob": "[AUTO-DELETE] [DEFAULT: false] If true, 'autoDelete' functions will run once an hour; helpful if you don't generally restart the SPT Server.",
"autoDeleteCronJob": false,
"comment__session_manager__raid_timeout" : "[SESSION-MANAGER] [DEFAULT: 5] How many 'minutes' before a 'raid' is removed from server side tracking.",
"session_manager__raid_timeout" : 5,
"comment__session_manager__player_timeout" : "[SESSION-MANAGER] [DEFAULT: 240] How many 'minutes' before a 'player' is removed from server side tracking.",
"session_manager__player_timeout" : 240,
"comment__authentication": "[AUTH] [DEFAULT: false] Enable Basic Authentication; use this setting if you'd like to password-protect the web server.",
"authentication": false,
"comment__authentication_extra_info": "The credentials is the username of the profile you use in SPT."
}