DOCS - Remove mention of hot swapping of cordapp config files (#5260) (#5266)

(cherry picked from commit e84995abf9)
This commit is contained in:
Dan Newton 2019-07-16 11:44:23 +01:00 committed by Katelyn Baker
parent 645c445d28
commit 0192fced3e

View File

@ -367,7 +367,7 @@ CorDapp configuration files should be placed in ``<node_dir>/cordapps/config``.
name of the JAR of the CorDapp (eg; if your CorDapp is called ``hello-0.1.jar`` the config should be ``config/hello-0.1.conf``).
Config files are currently only available in the `Typesafe/Lightbend <https://github.com/lightbend/config>`_ config format.
These files are loaded when a CorDapp context is created and so can change during runtime.
These files are loaded during node startup.
CorDapp configuration can be accessed from ``CordappContext::config`` whenever a ``CordappContext`` is available. For example: