Skip to content

Commit dd56172

Browse files
josecollClintonio
josecoll
authored andcommitted
Colljos m7 minor config fix boc (corda#137)
* Fixed incorrect configuration of Issuer node. * Fixed incorrect configuration of Bank of Corda gradle node config.
1 parent a6ae247 commit dd56172

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

samples/bank-of-corda-demo/build.gradle

+6-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['build']) {
7474
name "BankOfCorda"
7575
dirName "node-bank-of-corda"
7676
nearestCity "London"
77-
advertisedServices = []
77+
advertisedServices = ["corda.issuer.USD"]
7878
artemisPort 10004
7979
webPort 10005
8080
cordapps = []
@@ -93,6 +93,11 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['build']) {
9393
artemisPort 10006
9494
webPort 10007
9595
cordapps = []
96+
rpcUsers = [
97+
['user' : "user1",
98+
'password' : "test",
99+
'permissions' : ["StartFlow.net.corda.flows.CashFlow"]]
100+
]
96101
}
97102
}
98103

0 commit comments

Comments
 (0)