Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The file ./config/application.yaml is read by the application at startup. It contains configuration for the following:

  • server; configuration for the WEB server
    • used port for HTTP/HTTPS, this is however not the port numbers visible outside the container
    • SSL parameters for setting up using of key store and trust store databases.
  • webclient; configuration parameters for a web client used by the component
    • SSL parameters for setting up using of key store and trust store databases.
    • Usage of HTTP Proxy; if configured, the proxy will be used for accessing the NearRT-RICs
  • logging; setting of of which information that is logged.