Last active
July 1, 2016 22:23
-
-
Save faried/8ca4f6fcbe76a309a28b407b561851bd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"log":[ | |
"REST", | |
"Shadow", | |
"CRUD", | |
"CRUD+", | |
"HTTP", | |
"HTTP+", | |
"Access", | |
"Changes", | |
"Changes+", | |
"Auth", | |
"SSL" | |
], | |
"facebook":{ | |
"register":true | |
}, | |
"databases":{ | |
"travel-sample": { | |
"server":"http://couchbaseserver:8091", | |
"bucket":"travel-sample", | |
"users":{ | |
"GUEST":{ | |
"disabled":false, | |
"all_channels":[ | |
"*" | |
], | |
"admin_channels":[ | |
"*" | |
] | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment