ApiKeys
Installation of cloud Connector for Printing
info
This is not the cloudGateway!
See how to use the Cloud Connector for printing.
Upcoming Features
- Run As a Service
- See Connector Online Status in Api Keys Panel
- Edit Config in Api Keys Panel
Docker Installation and Configuration
Beside the Print Gateway (as ssen in the video), there is a new docker gateway. Use the Docker command column to pull and start a Docker container in your local network.
Use the settings in the ApiKey list to configure the service endpoints for each docker installation like in the sample below.
{
"Connections": [
{
"Endpoint": "LocalFirebird",
"Plugin": "Firebird",
"ConnectionString": "Server=192.168.178.39;User=SYSDBA;Password=abcde"
},
{
"Endpoint": "LocalSql",
"Plugin": "MsSql",
"ConnectionString": "Server=acme.com"
}
]
}