API
Configure backend REST API server access.
Step #1 - Open /home/sandbox/sandbox/transform.cfg in a text editor
Step #2 - Modify the server configuration by adding or modifying the following properties:
# SecretapiKey0.secret=# ServerlistenServerPort=22001# ProxyproxyHost=proxy.example.comproxyPort=3128proxyUser=optional_userproxyPassword=optional_passwordnonProxyHosts=localhostproxyType=HTTPStep #3 - Save the file and restart the sandbox service
Property Details
| Property Name | Default value | Description |
|---|---|---|
| apiKey0.secret | <generated> | API key, used in HTTP Header: 'secret'. |
| listenServerPort | 22001 | HTTP port |
| proxyHost | Host of proxy server | |
| proxyPort | Port of proxy server | |
| proxyUser | Optional proxy basic auth user | |
| proxyPassword | Optional proxy basic auth password | |
| nonProxyHosts | localhost | A list of hosts which should be reached directly |
| proxyType | HTTP | Proxy type, can be: 'HTTP', 'DIRECT', 'SOCKS' |
