[
    {
        "name": "Local",
        "hostname": "localhost",
        "endpoints": [
            {
                "name": "api",
                "hostname": "dev.jk-fms-api.com",
                "authentication": true,
                "secure": true
            },
            {
                "name": "test",
                "hostname": "tst.jk-fms-api.com",
                "authentication": true,
                "secure": true
            },
            {
                "name": "backend",
                "port": 44381,
                "hostname": "localhost",
                "authentication": true,
                "secure": true
            },
            {
                "name": "vijay",
                "hostname": "10.1.1.65/dev-jk-fms-api",
                "authentication": false,
                "comment": "You need to be connected to VPN",
                "secure": true
            },
            {
                "name": "stage",
                "hostname": "stage.jk-fms-api.com",
                "authentication": true,
                "secure": true
            },
            {
                "name": "beta",
                "hostname": "stage.jk-fms-api.com",
                "authentication": true,
                "secure": true
            },
            {
                "name": "trn",
                "hostname": "trn.jk-fms-api.com",
                "authentication": true,
                "secure": true
            },
            {
                "name": "mac",
                "port": 5001,
                "hostname": "localhost",
                "authentication": true,
                "secure": true
            }
        ]
    },
    {
        "name": "Development",
        "hostname": "dev.jk-fms.com",
        "endpoints": [
            {
                "name": "api",
                "authentication": true,
                "hostname": "dev.jk-fms-api.com",
                "secure": true
            }
        ]
    },
    {
        "name": "Test",
        "hostname": "tst.jk-fms.com",
        "endpoints": [
            {
                "name": "api",
                "authentication": true,
                "hostname": "tst.jk-fms-api.com",
                "secure": true
            }
        ]
    },
    {
        "name": "Stage",
        "hostname": "stage.jk-fms.com",
        "endpoints": [
            {
                "name": "api",
                "authentication": true,
                "hostname": "stage.jk-fms-api.com",
                "secure": true
            }
        ]
    },
    {
        "name": "Production",
        "hostname": "jk-fms.com",
        "endpoints": [
            {
                "name": "api",
                "authentication": true,
                "hostname": "jk-fms-api.com",
                "secure": true
            }
        ]
    },
    {
        "name": "JKIProd",
        "hostname": "jki-fms.com",
        "endpoints": [
            {
                "name": "api",
                "authentication": true,
                "hostname": "jki-fms-api.com",
                "secure": true
            }
        ]
    },
    {
        "name": "Beta",
        "hostname": "beta.jk-fms.com",
        "endpoints": [
            {
                "name": "api",
                "authentication": true,
                "hostname": "beta.jk-fms-api.com",
                "secure": true
            }
        ]
    },
    {
        "name": "Training",
        "hostname": "trn.jk-fms.com",
        "endpoints": [
            {
                "name": "api",
                "authentication": true,
                "hostname": "trn.jk-fms-api.com",
                "secure": true
            }
        ]
    },
    {
        "name": "Mac",
        "hostname": "localhost",
        "endpoints": [
            {
                "name": "api",
                "authentication": true,
                "hostname": "localhost"
            }
        ]
    }
]
