Created
October 15, 2016 18:27
-
-
Save bekatom/d9ecd2f00952500c05bb5be87417e5c3 to your computer and use it in GitHub Desktop.
couch_sync_gateway
This file contains hidden or 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": ["*"], | |
| "databases": { | |
| "db": { | |
| "server": "http://192.168.5.103:8091/", | |
| "bucket": "default", | |
| "users": { "GUEST": { "disabled": false, "admin_channels": ["*"] } } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment