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.
The can be configured to access multiple instances of the
.
Tip: Apply this configuration change to each |
NOTE: All instances of the |
Steps:
Locate the following parameters and modify. Example values are listed below:
"hostNameSelection.hostUrls": [], "hostNameSelection.enabled": false, |
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:
"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"], |