shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/replication/applier-config <<EOF { "endpoint" : "tcp://127.0.0.1:8529", "username" : "replicationApplier", "password" : "applier1234@foxx", "chunkSize" : 4194304, "autoStart" : false, "adaptivePolling" : true } EOF HTTP/1.1 200 OK content-type: application/json; charset=utf-8 { "adaptivePolling" : true, "autoResync" : false, "autoResyncRetries" : 2, "autoStart" : false, "chunkSize" : 4194304, "connectTimeout" : 10, "connectionRetryWaitTime" : 15, "database" : "_system", "endpoint" : "tcp://127.0.0.1:8529", "idleMaxWaitTime" : 2.5, "idleMinWaitTime" : 0.5, "ignoreErrors" : 0, "includeSystem" : true, "initialSyncMaxWaitTime" : 300, "maxConnectRetries" : 100, "requestTimeout" : 600, "requireFromPresent" : false, "restrictCollections" : [ ], "restrictType" : "", "sslProtocol" : 0, "username" : "replicationApplier", "verbose" : false }