Skip to content

Instantly share code, notes, and snippets.

@tleyden
Created April 26, 2017 20:41
Show Gist options
  • Save tleyden/9a11334de5f3c0c05fbf5271fe1920b8 to your computer and use it in GitHub Desktop.
Save tleyden/9a11334de5f3c0c05fbf5271fe1920b8 to your computer and use it in GitHub Desktop.
{
"interface":":4984",
"adminInterface": "0.0.0.0:4985",
"maxIncomingConnections": 0,
"maxCouchbaseConnections": 16,
"maxFileDescriptors": 90000,
"slowServerCallWarningThreshold": 500,
"compressResponses": false,
"log": ["*"],
"databases":{
"db":{
"server":"http://192.168.33.10:8091",
"bucket":"data-bucket",
"password": "password",
"feed_type":"DCP",
"revs_limit":5,
"shadow": {
"server": "http://192.168.33.10:8091",
"bucket": "source-bucket",
"username": "source-bucket",
"password": "password"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment