Example override file
The following YAML content is an example of the content of a YAML file which can be provided at /data/config/config.yaml in a single-container deployment to customize the Runtime Server. These overrides will enable fenced mode, set the logging level to INFO, send web server logs to stderr in addition to file logging, and enable HTTPS on port 8443. In this example, a server certificate and private key would be provided through file mounts in the container as described above.
rest:
mode: “fenced”
logging:
level: “INFO”
addWebServerConsoleLogging: true
inbound:
ports:
https: 8443