mirror of
https://github.com/corda/corda.git
synced 2025-01-14 00:39:57 +00:00
faf6b1d5bd
Added command line flag to set mode and removed it from the config. This is to provide a programmatic interface to doorman configuration for downstream projects. |
||
---|---|---|
.. | ||
libs | ||
src | ||
build.gradle | ||
doorman.conf | ||
hsm.conf | ||
network-parameters.conf | ||
Readme.md |
The Doorman source code is located under network-management/src
To build a fat jar containing all the doorman code you can simply invoke .. sourcecode:: bash ./gradlew network-management:buildDoormanJAR
The built file will appear in
network-management/build/libs/doorman-<VERSION>-capsule.jar