diff --git a/ArchiSteamFarm/config/example.json b/ArchiSteamFarm/config/example.json index d76de4e74..157b6f896 100644 --- a/ArchiSteamFarm/config/example.json +++ b/ArchiSteamFarm/config/example.json @@ -21,7 +21,6 @@ "AcceptConfirmationsPeriod": 0, "CustomGamePlayedWhileIdle": null, "GamesPlayedWhileIdle": [ - 0, 0 ] } \ No newline at end of file diff --git a/ArchiSteamFarm/config/minimal.json b/ArchiSteamFarm/config/minimal.json index 157b6f896..a667c1b78 100644 --- a/ArchiSteamFarm/config/minimal.json +++ b/ArchiSteamFarm/config/minimal.json @@ -1,26 +1,5 @@ { "Enabled": false, - "StartOnLaunch": true, "SteamLogin": null, - "SteamPassword": null, - "SteamParentalPIN": "0", - "SteamApiKey": null, - "SteamMasterID": 0, - "SteamMasterClanID": 0, - "CardDropsRestricted": false, - "DismissInventoryNotifications": true, - "FarmOffline": false, - "HandleOfflineMessages": false, - "ForwardKeysToOtherBots": false, - "DistributeKeys": false, - "UseAsfAsMobileAuthenticator": false, - "ShutdownOnFarmingFinished": false, - "SendOnFarmingFinished": false, - "SteamTradeToken": null, - "SendTradePeriod": 0, - "AcceptConfirmationsPeriod": 0, - "CustomGamePlayedWhileIdle": null, - "GamesPlayedWhileIdle": [ - 0 - ] + "SteamPassword": null } \ No newline at end of file