[
    {
        "ConfigFile": "dstserver/dstserver_config/Cluster_1/shard/server.ini",
        "Subsections": [
            {
                "Heading": "NETWORK",
                "SettingMappings": {
                    "server_port": "$ApplicationPort1"
                }
            },
            {
                "Heading": "SHARD",
                "SettingMappings": {
                    "is_master": "is_master",
                    "name": "shard_name",
                    "id": "id"
                }
            },
            {
                "Heading": "STEAM",
                "SettingMappings": {
                    "master_server_port": "$ApplicationPort3",
                    "authentication_port": "$ApplicationPort2"
                }
            },
            {
                "Heading": "ACCOUNT",
                "SettingMappings": {
                    "dedicated_lan_server": "dedicated_lan_server",
                    "encode_user_path": "true"
                }
            }
        ]
    },
    {
        "ConfigFile": "dstserver/dstserver_config/Cluster_1/cluster.ini",
        "Subsections": [
            {
                "Heading": "GAMEPLAY",
                "SettingMappings": {
                    "game_mode": "game_mode",
                    "max_players": "$MaxUsers",
                    "pvp": "pvp",
                    "pause_when_empty": "pause_when_empty"
                }
            },
            {
                "Heading": "NETWORK",
                "SettingMappings": {
                    "cluster_description": "cluster_description",
                    "cluster_name": "cluster_name",
                    "cluster_intention": "cluster_intention",
                    "cluster_password": "cluster_password"
                }
            },
            {
                "Heading": "MISC",
                "SettingMappings": {
                    "console_enabled": "true"
                }
            },
            {
                "Heading": "SHARD",
                "SettingMappings": {
                    "shard_enabled": "shard_enabled",
                    "bind_ip": "$ApplicationIPBinding",
                    "master_ip": "master_ip",
                    "master_port": "master_port",
                    "cluster_key": "cluster_key"
                }
            },
            {
                "Heading": "STEAM",
                "SettingMappings": {
                    "steam_group_only": "steam_group_only",
                    "steam_group_id": "steam_group_id",
                    "steam_group_admins": "steam_group_admins"
                }
            }
        ]
    },
    {
        "ConfigFile": "dstserver/dstserver_config/Cluster_1/cluster_token.txt",
        "ConfigType": "kvp",
        "ConfigFormat": "{0}{1}",
        "Subsections": [
            {
                "Heading": "$root",
                "SettingMappings": {
                    "": "cluster_token"
                }
            }
        ]
    }
]