Guest User

Untitled

a guest
Jun 2nd, 2020
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1.  
  2. canton {
  3.  
  4.   
  5.  
  6.   domains {
  7.  
  8.     party1ledger {
  9.  
  10.       storage {
  11.  
  12.         type = memory
  13.  
  14.       }
  15.  
  16.       
  17.  
  18.       public-api.port = 10018
  19.  
  20.       admin-api.port = 10019
  21.  
  22.       
  23.  
  24.     }
  25.  
  26.   }
  27.  
  28.   participants {
  29.  
  30.     
  31.  
  32.     party1 {
  33.  
  34.       storage {
  35.  
  36.         type = memory
  37.  
  38.       }
  39.  
  40.       
  41.  
  42.       admin-api {
  43.  
  44.         port = 10012
  45.  
  46.       }
  47.  
  48.       
  49.  
  50.       ledger-api {
  51.  
  52.         port = 10011
  53.  
  54.       }
  55.  
  56.       
  57.  
  58.     }
  59.  
  60.   }
  61.  
  62. }
Add Comment
Please, Sign In to add comment