1
0
Fork 0
mirror of synced 2024-06-16 09:25:12 +12:00

removing skip_setup as it was preventing init

This commit is contained in:
Martin McKeaveney 2021-05-20 21:42:27 +01:00
parent bc51f0f91c
commit fe5df57935
2 changed files with 0 additions and 2 deletions

View file

@ -12,7 +12,6 @@ PouchDB.adapter("writableStream", replicationStream.adapters.writableStream)
let POUCH_DB_DEFAULTS = {
prefix: COUCH_DB_URL,
skip_setup: env.isProd(),
}
if (env.isTest()) {

View file

@ -7,7 +7,6 @@ const COUCH_DB_URL = env.COUCH_DB_URL || "http://localhost:10000/db/"
let POUCH_DB_DEFAULTS = {
prefix: COUCH_DB_URL,
skip_setup: env.isProd(),
}
if (env.isTest()) {