Skip to content

Instantly share code, notes, and snippets.

@tleyden
Last active August 29, 2015 14:15
Show Gist options
  • Save tleyden/3696a6d5f507df8e7e7c to your computer and use it in GitHub Desktop.
Save tleyden/3696a6d5f507df8e7e7c to your computer and use it in GitHub Desktop.
{
"log": ["HTTP", "HTTP+", "CRUD"],
"adminInterface": ":4985",
"maxIncomingConnections": {{conn_in}},
"maxCouchbaseConnections": {{conn_db}},
"maxFileDescriptors": 90000,
"slowServerCallWarningThreshold": 500,
"compressResponses": {{compression}},
"databases": {
"db": {
"feed_type": "DCP",
"cache": {
"max_wait_pending": 5000,
"max_wait_skipped": 3600000,
"max_num_pending": 500
},
"server": "http://{{bucket}}:password@{{db_master}}/",
"bucket": "{{bucket}}",
"users": {
"GUEST": { "disabled": true }
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment