Configuration file

Before deploying your first connector into the Xomlo.io application, you have to specify the configuration file in ./xomlo.json. The following are the default settings:

{
  "type": "connector",
  "name": "test-connector",
  "description": "test-connector",
  "version": 1,
  "allowParallelRun": false,
  "payload": {
    "create": [],
    "run": [],
    "uniqueBucket": true
  }
}

Last updated