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 / model
Defines if it's a connector or model. In our case, we'll always use a connector.
name
string
Displayed connector name in Xomlo.io application
description
string
Displayed description in Xomlo.io application
version
int
Unique version number
allowParallelRun
boolean
Defines if multiple instances of our connector could be run simultaneously
create
[string]
List of payload variables defined during connector creation
run
[string]
List of payload variables defined before each run
uniqueBucket
boolean
Defines if a unique storage bucket will be created for each run or the same will be used.
Last updated