mirror of
https://github.com/corda/corda.git
synced 2025-01-29 15:43:55 +00:00
Remove mention of hot swapping of cordapp config files (#5260)
This commit is contained in:
parent
ebe3169826
commit
e84995abf9
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user