Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "log": ["*"],
- "interface":":4984",
- "adminInterface":":4985",
- "databases": {
- "db": {
- "bucket": "default",
- "sync": `
- function(doc){
- if(!doc.owner)
- throw({forbidden:"missing owner"});
- access(doc.members, doc._id);
- }
- `
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement