Guest User

Untitled

a guest
Oct 31st, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. java -jar corda.jar --just-generate-node-info
  2.  
  3. myLegalName="O=Node Test,L=Sao Paulo,C=BR"
  4. p2pAddress="float-server-IP-or-alias:10005"
  5. rpcSettings {
  6. useSsl = false
  7. standAloneBroker = false
  8. address="0.0.0.0:10031"
  9. adminAddress="0.0.0.0:10061"
  10. }
  11. security {
  12. authService {
  13. dataSource {
  14. type=INMEMORY
  15. users=[
  16. {
  17. password=test
  18. permissions=[
  19. ALL
  20. ]
  21. user=user1
  22. }
  23. ]
  24. }
  25. }
  26. }
  27. useTestClock = false
  28. enterpriseConfiguration = {
  29. externalBridge = false
  30. mutualExclusionConfiguration = {
  31. on = true
  32. updateInterval = 20000
  33. waitInterval = 40000
  34. }
  35. }
  36. devMode=false
  37. compatibilityZoneURL : "http://10.102.32.106:8080/"
  38. keyStorePassword = "cordacadevpass"
  39. trustStorePassword = "trustpass"
Add Comment
Please, Sign In to add comment