This section contains information on how to configure the instances of the
in your network environment. The is a desktop application that can be installed locally. For more information, see Install for Trifacta Wrangler Enterprise Application. Define
The
can be configured to access multiple instances of the . Tip |
---|
Tip: Apply this configuration change to each to which you would like users to be able to connect. In the list of URLs, you should list the preferred server first. |
Info |
---|
NOTE: All instances of the must be on the same domain. |
Steps:
Locate the following parameters and modify. Example values are listed below:
Code Block |
---|
"hostNameSelection.hostUrls": [],
"hostNameSelection.enabled": false, |
- Set the
enabled
flag to true
. This flag enables the drop-down selector on application startup. Provide the URLs to the available instances of the
. The configuration should look like the following: Code Block |
---|
"hostNameSelection.hostUrls": ["http://prod.example.com:3005",
"https://qa1.example.com:3005",
"https://qa2.example.com:3005",
"https://dev1.example.com:3005",
"https://dev2.example.com:3005",
"https://dev3.example.com:3005"], |
- Items are listed in the drop-down in the order listed here.
- Save your changes and restart the platform.