{
    "board": {
        "updateFrequencySecs": 45,
        "villageGenFrequency": 2,
        "canBreak": true
    },
    "bounty": {
        "flatBonusTimePerBountyInSecs": 0,
        "shouldHaveTimersAndExpire": true,
        "fillerDifficultyModifierPercent": 0,
        "allowDecreeMixing": true,
        "reverseMatchingAlgorithm": false,
        "initialCountPreference": {
            "min": 1,
            "max": 2
        },
        "fillerCountPreference": {
            "min": 1,
            "max": 2
        },
        "fillerCurrencyPool": null
    },
    "client": {
        "showCompletionToast": true
    },
    "dbg": {
        "enabled": false
    },
    "general": {
        "dataPathsToExclude": [
            "bounty_pools/bountiful/example_pool",
            "bounty_pools/*/another_example",
            "bounty_decrees/other/*"
        ]
    }
}