[
    {
        "ConfigFile": "BoatGame/Saved/PersistedData/CustomConfig/CustomHostServerUserSettings.ini",
        "AutoMap": true,
        "Importable": true,
        "ConfigType": "ini",
        "ConfigFormat": "{0}={1}",
        "ConfigFormatRegex": "^(?<key>.+?)\\s*=\\s*(?<value>.*?)$"
    },
    {
        "ConfigFile": "BoatGame/Saved/PersistedData/CustomConfig/CustomGameUserSettings.ini",
        "AutoMap": true,
        "Importable": true,
        "ConfigType": "ini",
        "ConfigFormat": "{0}={1}",
        "ConfigFormatRegex": "^(?<key>.+?)\\s*=\\s*(?<value>.*?)$"
    }
]