fix Gradle configure project error
This commit is contained in:
parent
fc3092622c
commit
6225c065fc
@ -18,8 +18,8 @@ allprojects {
|
|||||||
// Configure the CSDE
|
// Configure the CSDE
|
||||||
csde {
|
csde {
|
||||||
cordaClusterURL = "https://localhost:8888"
|
cordaClusterURL = "https://localhost:8888"
|
||||||
networkConfigFile = "config/static-network-config.json"
|
networkConfigFile = "$rootDir/config/static-network-config.json"
|
||||||
r3RootCertFile = "config/r3-ca-key.pem"
|
r3RootCertFile = "$rootDir/config/r3-ca-key.pem"
|
||||||
corDappCpiName = "MyCorDapp"
|
corDappCpiName = "MyCorDapp"
|
||||||
notaryCpiName = "NotaryServer"
|
notaryCpiName = "NotaryServer"
|
||||||
cordaRpcUser = "admin"
|
cordaRpcUser = "admin"
|
||||||
|
Loading…
Reference in New Issue
Block a user