mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 00:50:15 +00:00
* Debug tests * Update * Add support for IPCPassword * Misc * Misc * Update * Misc * Cut dependencies to bare minimum * Update * Update * Update * Update * Add support for websockets * Cleanup and preparation for merge * Add missing mapping of / -> index.html * Add support for custom path + misc * Misc * Declare latest compatibility version * Fix harmless error on /Api/Log websocket disconnect
31 lines
661 B
JSON
31 lines
661 B
JSON
{
|
|
"AutoRestart": true,
|
|
"Blacklist": [],
|
|
"CommandPrefix": "!",
|
|
"ConfirmationsLimiterDelay": 10,
|
|
"ConnectionTimeout": 60,
|
|
"CurrentCulture": null,
|
|
"Debug": false,
|
|
"FarmingDelay": 15,
|
|
"GiftsLimiterDelay": 1,
|
|
"Headless": false,
|
|
"IdleFarmingPeriod": 8,
|
|
"InventoryLimiterDelay": 3,
|
|
"IPC": false,
|
|
"IPCPassword": null,
|
|
"LoginLimiterDelay": 10,
|
|
"MaxFarmingTime": 10,
|
|
"MaxTradeHoldDuration": 15,
|
|
"OptimizationMode": 0,
|
|
"Statistics": true,
|
|
"SteamMessagePrefix": "/me ",
|
|
"SteamOwnerID": 0,
|
|
"SteamProtocols": 5,
|
|
"UpdateChannel": 1,
|
|
"UpdatePeriod": 24,
|
|
"WebLimiterDelay": 200,
|
|
"WebProxy": null,
|
|
"WebProxyPassword": null,
|
|
"WebProxyUsername": null
|
|
}
|