Last active
August 13, 2021 17:00
-
-
Save rajagp/aebe47d252d69935a37a4f5172a09bec 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
{ | |
"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