Web

Active value is {{activePort}}.
Port that the user interface listens on.
This change requires JVM restart. Active value is {{activeBindAddress}}.
Address that the user interface listens on. To access the UI from remote machines, change the bind address to 0.0.0.0
Active value is {{activeHttps}}.
Serve the user interface over HTTPS. The certificate and private key to be used must be placed in the {{certificateDir}} directory with filenames ui-cert.pem and ui-key.pem before enabling HTTPS, where ui-cert.pem is a PEM encoded X.509 certificate chain, and ui-key.pem is a PEM encoded PKCS#8 private key without a passphrase. (for example, a self signed certificate can be generated at the command line meeting the above requirements using OpenSSL 1.0.0 or later: openssl req -new -x509 -nodes -days 365 -out ui-cert.pem -keyout ui-key.pem)
This only needs to be changed if reverse proxying the user interface behind a non-root context path.
Session timeout is disabled because there are no users configured. Session timeout 0 means sessions do not time out, except on jvm restart at which time all sessions time out.
Session cookie name is disabled because there are no users configured.