Child pages
  • Section [LicenseServer], key IP

In a server with more than one network interface, the IP key indicates the interface (through the IP) that the TOTVS | Application Server will bind. 

(info) When not configured, the server arrests the port of all interfaces at start up

(warning) Cannot specify more than one interface to which the TOTVS | Application Server will bind

Valid Values

See below the values valid for the key

ValueDescription
0.0.0.0It defines that the server will bind all available interfaces (default)
127.0.0.1It defines that the server will bind the interface the IP of which is 127.0.0.1
<Server IP>It defines that the server will bind the interface the IP of which is <Server IP>

Example

[LicenseServer]
enable=1
port=1234
ip=172.16.84.213