Skip to content

Instantly share code, notes, and snippets.

@rajagp
Last active August 13, 2021 16:53
Show Gist options
  • Save rajagp/2f774d368eab8c6ba025b515ae6d64a6 to your computer and use it in GitHub Desktop.
Save rajagp/2f774d368eab8c6ba025b515ae6d64a6 to your computer and use it in GitHub Desktop.
{
"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
}
}
}
@rajagp
Copy link
Author

rajagp commented Jul 8, 2021

Sample SGW config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment