Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Update pouchdb.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Vivona authored Nov 29, 2019
1 parent 3d7be47 commit e6c262a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/pouchdb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export const patients = new PouchDB('patients')
PouchDB.sync(
'patients',
'https://a27fa3db-db4d-4456-8465-da953aee0f5b-bluemix:cd6f332d39f24d2b7cfc89d82f6836d46012ef3188698319b0d5fff177cb2ddc@a27fa3db-db4d-4456-8465-da953aee0f5b-bluemix.cloudantnosqldb.appdomain.cloud/patients',
// IBM Cloudant testing and developing database
{
live: true,
retry: true,
Expand Down

0 comments on commit e6c262a

Please sign in to comment.