Browse Source

cookie based couchdb auth

pull/4023/head
Martin McKeaveney 6 years ago
parent
commit
110acd0a7e
  1. 5
      packages/server/src/api/controllers/deploy/index.js

5
packages/server/src/api/controllers/deploy/index.js

@ -30,11 +30,6 @@ async function replicateCouch({ instanceId, clientId, session }) {
return CouchDB.fetch(url, opts)
},
}
// {
// auth: {
// ...credentials,
// },
// }
)
return replicate(localDb, remoteDb)

Loading…
Cancel
Save