Advertisement
Guest User

Untitled

a guest
Oct 24th, 2015
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. {
  2. "log": ["*"],
  3. "interface":":4984",
  4. "adminInterface":":4985",
  5. "databases": {
  6. "db": {
  7. "bucket": "default",
  8. "sync": `
  9. function(doc){
  10. if(!doc.owner)
  11. throw({forbidden:"missing owner"});
  12.  
  13.  
  14. access(doc.members, doc._id);
  15. }
  16. `
  17. }
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement