[
    {
        "name": "localConnection",
        "description": "My local connection",
        "local": true,
        "user": "doc@company.com",
        "workSpace": "D:\\Talend\\workspacelocal"
    },
	{
        "name": "remoteConnection",
        "description": "My remote connection",
        "local": false,
        "user": "dev@company.com",
        "password": "mypassword",
        "workSpace": "D:\\Talend\\workspaceremote",
        "url": "http://192.128.8.88:8081/org.talend.administrator"
    }
]