Skip to content

Instantly share code, notes, and snippets.

@adamcfraser
Created March 16, 2015 04:32
Show Gist options
  • Save adamcfraser/eda3951b9efc7507cd48 to your computer and use it in GitHub Desktop.
Save adamcfraser/eda3951b9efc7507cd48 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": false,
"databases": {
"db": {
"feed_type": "TAP",
"cache": {
"enable_star_channel":false,
},
"server": "http://{{bucket}}:password@{{db_master}}/",
"bucket": "{{bucket}}",
"allow_empty_password": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment