Skip to content

Instantly share code, notes, and snippets.

@adamcfraser
Last active August 29, 2015 14:15
Show Gist options
  • Save adamcfraser/645fc545ba59e742e393 to your computer and use it in GitHub Desktop.
Save adamcfraser/645fc545ba59e742e393 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": "TAP",
"cache": {
"max_wait_pending": 200,
"max_wait_skipped": 3600000,
"max_num_pending": 10000
},
"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