diff --git a/website/src/lib/pouch-dbs.ts b/website/src/lib/pouch-dbs.ts index f811a42..df5640c 100644 --- a/website/src/lib/pouch-dbs.ts +++ b/website/src/lib/pouch-dbs.ts @@ -95,7 +95,7 @@ function initializeLocalDb(type: LocalDbType, refresh: () => void, user: AT.Ling db, refresh, sync: db.sync( - `https://${user.userId}:${password}a@couch.lingdocs.com/${name}aa`, + `https://123${user.userId}:${password}@couch.lingdocs.com/${name}`, { live: true, retry: true }, ).on("change", (info) => { if (info.direction === "pull") {