Create a secure connection through a gateway to your development
environment.
Before you begin
You need a
jwtToken
to
configure the client. Get this from the response body when you
create a sandbox.
Define the origin mappings for your
development environment.
How to
-
Locate the files you extracted
from sandbox-connector-1.1.4-RELEASE-default.zip.
-
Open
config.json in a text editor.
-
Set the
originMappings
appropriate for your development
environment.
-
Paste your
jwtToken
where it says <ENTER JWT
HERE>.
-
Save the file.
-
In a command line tool, navigate
to the directory that contains Sandbox Client, then run the script appropriate
for your operating system.
- Windows:
/bin/connector.bat
- Linux/Mac:
/bin/connector.sh
Next steps
Test your sandbox connection.