You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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.
  • No labels