Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

Using a self signed certificate is not recommended. Temporary This is for temporary test machine demonstration purposes only.

...

Code Block
languagejson
{
    "apiUrl":  "https://YOURFQDN/square9api/api",
    "viewerUrl":  "https://YOURFQDN/globalsearchviewer",
    "licenseManagerUrl":  "https://YOURFQDN/square9web/GSWLicenseManager/",
    "userManagementUrl":  "https://YOURFQDN/square9web/UserManagement/",
    "adminUrl":  "https://YOURFQDN/square9web/#/admin/full",
    "gseUrlDefault":  "https://127.0.0.1:9443",
    "dashboards":  [],
    "authenticationProviders":{},
    "defaultShareDocumentExpirationDays":3
}
Note

Be sure to update YOURFQDN with the fully qualified domain name of your GlobalSearch instance.

...