mirror of
https://github.com/corda/corda.git
synced 2025-05-31 14:40:52 +00:00
* Added per-cordapp configuration * Added new API for Cordformation cordapp declarations to support per-cordapp configuration * Added a cordapp configuration sample
5 lines
73 B
Plaintext
5 lines
73 B
Plaintext
someStringValue=hello world
|
|
someIntValue=1
|
|
nested: {
|
|
value: a string
|
|
} |