mirror of
https://github.com/corda/corda.git
synced 2024-12-19 21:17:58 +00:00
(cherry picked from commit e84995abf9
)
This commit is contained in:
parent
645c445d28
commit
0192fced3e
@ -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…
Reference in New Issue
Block a user