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

This commit is contained in:
Dan Newton 2019-06-27 18:27:36 +01:00 committed by Shams Asari
parent ebe3169826
commit e84995abf9

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: