export const constants = {
    "hosts": {
        "remote": "192.168.10.1",
        "local": "0.0.0.0"
    },
    "ports": {
        "command": 8889,
        "response": 8889,
        "state": 8890,
        "video": 11111
    }
}

export default constants;
