mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +00:00
20 lines
320 B
Plaintext
20 lines
320 B
Plaintext
myLegalName=${LEGAL_NAME}
|
|
p2pAddress=${P2P_ADDRESS}
|
|
rpcSettings {
|
|
address=${RPC_ADDRESS}
|
|
adminAddress=${ADMIN_ADDRESS}
|
|
}
|
|
|
|
jarDirs = ["cordapps"]
|
|
|
|
rpcUsers=[
|
|
{
|
|
password=demop
|
|
permissions=[
|
|
ALL
|
|
]
|
|
username=demou
|
|
}
|
|
]
|
|
compatibilityZoneURL=${COMPATIBILITY_ZONE_URL}
|