Skip to main content
Version: 2024.1

New Job Scheduling

Switching between Sandbox Services

Key<add key="UseEmbeddedSandboxService" value="False"/>
Possible values

True: Use Quali Server's out-of-the-box Sandbox Service

False: Use Kubernetes-based Sandbox Service

Where to add/changecustomer.config CloudShell Server installation directory
Default valueTrue
Affected CloudShell ComponentCloudShell Server
Version2020.2 and above

Allowing Quali Server to access the Kubernetes-based Sandbox Service

Key

<add key="SandboxServiceHost" value="<sandbox-service-svc-external-ip/hostname>"/>

<add key="SandboxServiceRestPort" value="<port-number>"/>

Possible values

SandboxServiceHost - Ip address/hostname

SandboxServiceRestPort - port number

Where to add/changecustomer.config CloudShell Server installation directory
Default value8888 - default port number
Affected CloudShell ComponentCloudShell Server
Version2020.2 and above

Allowing Quali Server to access the Kubernetes-based RabbitMQ Service

Key

<add key="RabbitHostname" value="<sandbox-service-svc-external-ip/hostname>"/>

<add key="RabbitPort" value="<port-number>"/>

Possible values

RabbitHostname - Ip address/hostname

RabbitPort - port number

Where to add/changecustomer.config CloudShell Server installation directory
Default value15671 - default port number
Affected CloudShell ComponentCloudShell Server
Version2020.2 and above