Skip to content

Instantly share code, notes, and snippets.

@rajagp
Last active August 13, 2021 17:00
Show Gist options
  • Save rajagp/aebe47d252d69935a37a4f5172a09bec to your computer and use it in GitHub Desktop.
Save rajagp/aebe47d252d69935a37a4f5172a09bec to your computer and use it in GitHub Desktop.
{
"logging": {
"console": {
"log_keys": ["*"]
}
},
"databases": {
"db": {
"server": "couchbase://localhost",
"username": "admin",
"password": "password",
"bucket": "travel-sample-local",
"users": {
"GUEST": {
"disabled": false,
"admin_channels": ["*"]
}
},
"allow_conflicts": false,
"revs_limit": 20,
"import_docs": true,
"enable_shared_bucket_access":true,
"num_index_replicas":0,
"replications":{
"pull-from-target-continuous" : {
"direction": "pull",
"conflict_resolution_type":"remoteWins",
"purge_on_removal":true,
"remote": "http://34.71.92.163:4984/travel-sample",
"username":"demo",
"password":"password",
"batch_size" :1000,
"continuous": true
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment