Skip to content

Instantly share code, notes, and snippets.

@sridevi-15
Created April 11, 2019 05:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sridevi-15/9da4bf28043c1d2bafc43f5bd6d1108f to your computer and use it in GitHub Desktop.
Save sridevi-15/9da4bf28043c1d2bafc43f5bd6d1108f to your computer and use it in GitHub Desktop.
sgw config for network errors
{
"interface":":4984",
"adminInterface": "0.0.0.0:4985",
"maxIncomingConnections": 0,
"maxCouchbaseConnections": 16,
"maxFileDescriptors": 90000,
"slowServerCallWarningThreshold": 500,
"compressResponses": false,
"logging": {"debug": {"enabled": true} },
"databases":{
"db":{
"import_docs": "continuous",
"enable_shared_bucket_access": true,
"use_views": true,
"username": "data-bucket",
"password": "password",
"server":"couchbases://192.168.33.10",
"bucket":"data-bucket"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment