Skip to content

Instantly share code, notes, and snippets.

@tleyden
Created February 3, 2015 19:25
Show Gist options
  • Save tleyden/db900862a6f44aaddee6 to your computer and use it in GitHub Desktop.
Save tleyden/db900862a6f44aaddee6 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://localhost: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