Depending on the runtime, the configuration file is located in the following place: Location of the configuration file

Set connection type


[CmpWebServer]
ConnectionType=3

Possible values:

HTTP_ONLY, /* = 0 */
HTTPS_ONLY, /* = 1 */
HTTP_AND_HTTPS, /* = 2 */
REDIRECT_HTTP_TO_HTTPS /* = 3 */


Define the port


[CmpWebServer]
WebServerPortNr=9090 // HTTP
WebServerSecurePortNr=443  // HTTPS


Binding to an address


[CmpWebServer]
LocalAddress=127.0.0.1


Binding to an adapter


[CmpWebServer]
LocalAdapterName=LAN-Connection
or
LocalAdapterNameUnicode=L\00A\00N\00-\00C\00o\00n\00n\00e\00c\00t\00i\00o\00n\00
  • No labels