2. Connect to Runnerty Platform
Runnerty Platform offers a platform to manage your runnerty projects, visualize your chains and processes in real time and much more.
Runnerty Platform and create your project:
1. Access2. Get your project's API Key:
Enter the API Key in the configuration file of your runnerty project (config.json)
{
"general": {
"runnerty.io": {
"apikey": "YOUR_APIKEY_HERE!"
}
}
}
3. Enjoy Runnerty Platform
In the next start of your project you will be able to visualize and control your processes and chains from Runnerty Platform.
๐๐ Congratulations, you are know connected to Runnerty Platform!
You can now visualize your executions
And your chains definitions
Runnerty.io Parameters
Parameter | Default | Description |
---|---|---|
disable | false | disable Runnerty Platform connection |
host | ws-telemetry.runnerty.io | Runnerty Platform enpoint |
healthChecker | true | enables health signal communication |
remoteControl | true | enable remote control from Runnerty platform |
debug | false | enables the debug mode of the communication module (for development only) |