Created
April 26, 2017 20:41
-
-
Save tleyden/9a11334de5f3c0c05fbf5271fe1920b8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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