Update Home
parent
8d1165ed8d
commit
e0239693ae
5
Home.md
5
Home.md
@ -11,9 +11,8 @@ For some reason, to run gradle tasks from VsCode, the default `build.gradle` mus
|
|||||||
csde {
|
csde {
|
||||||
cordaClusterURL = "https://localhost:8888"
|
cordaClusterURL = "https://localhost:8888"
|
||||||
- networkConfigFile = "config/static-network-config.json"
|
- networkConfigFile = "config/static-network-config.json"
|
||||||
- r3RootCertFile = "config/r3-ca-key.pem"
|
|
||||||
+ networkConfigFile = "$rootDir/config/static-network-config.json"
|
+ networkConfigFile = "$rootDir/config/static-network-config.json"
|
||||||
+ r3RootCertFile = "$rootDir/config/r3-ca-key.pem"
|
r3RootCertFile = "config/r3-ca-key.pem"
|
||||||
corDappCpiName = "MyCorDapp"
|
corDappCpiName = "MyCorDapp"
|
||||||
notaryCpiName = "NotaryServer"
|
notaryCpiName = "NotaryServer"
|
||||||
cordaRpcUser = "admin"
|
cordaRpcUser = "admin"
|
||||||
@ -30,6 +29,8 @@ For some reason, to run gradle tasks from VsCode, the default `build.gradle` mus
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note, that there is must be no prefix for `r3RootCertFile` property.
|
||||||
|
|
||||||
## JDK
|
## JDK
|
||||||
|
|
||||||
[Install](https://docs.azul.com/core/zulu-openjdk/install/macos) recommend JDK (Azul Zulu 11) and tell gradle to use it.
|
[Install](https://docs.azul.com/core/zulu-openjdk/install/macos) recommend JDK (Azul Zulu 11) and tell gradle to use it.
|
||||||
|
Loading…
Reference in New Issue
Block a user