Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. $ cat client.json
  2. {
  3. "client": {
  4. "name": "server",
  5. "address": "10.41.10.1",
  6. "subscriptions": ["ALL" ]
  7. }
  8. }
  9.  
  10. $cat client.json
  11. {
  12. "client": {
  13. "name": "compute1",
  14. "address": "10.41.10.10",
  15. "subscriptions": [ "system","cmpt" ]
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement