Last active
August 13, 2021 16:53
-
-
Save rajagp/2f774d368eab8c6ba025b515ae6d64a6 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
{ | |
"logging": { | |
"console": { | |
"log_keys": ["*"] | |
} | |
}, | |
"databases": { | |
"travel-sample": { | |
"server": "couchbase://localhost", | |
"username": "admin", | |
"password": "password", | |
"bucket": "travel-sample", | |
"users": { | |
"GUEST": { | |
"disabled": false, | |
"admin_channels": ["*"] | |
}, | |
"demo":{ | |
"password": "password", | |
"admin_channels": ["*"] | |
} | |
}, | |
"allow_conflicts": false, | |
"revs_limit": 20, | |
"import_docs": true, | |
"enable_shared_bucket_access":true, | |
"num_index_replicas":0 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sample SGW config