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