HTTP Configuration - trillium_geolocation - 15.19

Trillium Geolocation Reference

Product type
Software
Portfolio
Verify
Product family
Trillium
Product
Trillium > Trillium Geolocation
Version
15.19
Language
English
Product name
Trillium Geolocation
Title
Trillium Geolocation Reference
Copyright
2023
First publish date
2017
Last updated
2024-04-16
Published on
2024-04-16T03:27:32.653616

HTTP options are configured using the httpOptions block in the config.js file:

httpOptions = {
   port: 3000
};

The following option must be configured:

port: The port number on which to run the HTTP endpoint for the REST Interface. By default, this is configured to 3000.

To disable HTTP entirely, remove (or comment out) the entire httpOptions block from the config.js file.