Skip to content

Instantly share code, notes, and snippets.

@tleyden
Created February 3, 2015 21:54
Show Gist options
  • Save tleyden/97a7f097eca0b1c57419 to your computer and use it in GitHub Desktop.
Save tleyden/97a7f097eca0b1c57419 to your computer and use it in GitHub Desktop.
{
"log": ["HTTP", "HTTP+", "CRUD"],
"adminInterface": ":4985",
"maxIncomingConnections": 0,
"maxCouchbaseConnections": 16,
"maxFileDescriptors": 90000,
"slowServerCallWarningThreshold": 500,
"compressResponses": true,
"databases": {
"db": {
"server": "http://10.231.172.110:8091/",
"bucket": "bucket-1",
"users": {
"GUEST": { "disabled": true }
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment