diff options
author | JohnKeeney <john.keeney@est.tech> | 2021-03-15 19:12:26 +0000 |
---|---|---|
committer | JohnKeeney <john.keeney@est.tech> | 2021-03-15 19:12:35 +0000 |
commit | 30bf637975948e7b1e9b381085f5de6e8429b63c (patch) | |
tree | c46f4f19d17ddc090c0feb948a4ee7b76ec9ffa8 | |
parent | 775944716bab3165185fbe51906ec6f6268b3c72 (diff) |
Fixing error in documentation for Guilin Branch
Change-Id: If3339ebca25920e44001e18763106d2f31cf38f3
Signed-off-by: JohnKeeney <john.keeney@est.tech>
Issue-ID: CCSDK-3202
-rw-r--r-- | docs/guide/developer-guide.rst | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/guide/developer-guide.rst b/docs/guide/developer-guide.rst index bf4dda83..ff069f91 100644 --- a/docs/guide/developer-guide.rst +++ b/docs/guide/developer-guide.rst @@ -71,15 +71,19 @@ The file *./config/application.yaml* is read by the application at startup. It p * 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. * filepath; the local path to a file used for dynamic configuration (if used). See next chapter. For details about the parameters in this file, see documentation in the file. -Dynamic configuration ---------------------- +Dynamic configuration (REST) +---------------------------- + +A REST Api to dynamically reconfigure the Service (If Consul is not used). See :ref:`pms_api` for more information. + +Dynamic configuration (CBS/Consul) +---------------------------------- The component has configuration that can be updated in runtime. This configuration can either be loaded from a file (accessible from the container) or from a CBS/Consul database (Cloudify). The configuration is re-read and refreshed at regular intervals. |