Guest User

Untitled

a guest
Jan 23rd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. {
  2. "log": ["*"],
  3. "databases": {
  4. "facts": {
  5. "server": "http://192.168.1.1:8091",
  6. "bucket": "bucketName",
  7. "username":"userName",
  8. "password":"password",
  9. "roles":{
  10. "firstRole": {"admin_channels":[]}
  11. },
  12. "users": { "GUEST": { "disabled": true, "admin_channels": ["*"] } },
  13. "sync":`
  14. function(doc,oldDoc)
  15. {
  16. ...
  17. }
  18. }
  19.  
  20. "server": "http://192.168.1.1,192.168.1.2,192.168.1.3:8091"
  21.  
  22. {
  23. "log": ["*"],
  24. "databases": {
  25. "facts": {
  26. "server": "http://192.168.1.1,192.168.1.2,192.168.1.3:8091",
  27. "bucket": "bucketName",
  28. "username":"userName",
  29. "password":"password",
  30. "roles":{
  31. "firstRole": {"admin_channels":[]}
  32. },
  33. "users": { "GUEST": { "disabled": true, "admin_channels": ["*"] } },
  34. "sync":`
  35. function(doc,oldDoc)
  36. {
  37. ...
  38. }
  39. }
Add Comment
Please, Sign In to add comment