🔧 (couchdb) add env file
This commit is contained in:
@@ -20,7 +20,7 @@ const remoteConfig = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
const LOCALE_DB: string = 'VAQUANT_LOCALE_DB'
|
const LOCALE_DB: string = 'VAQUANT_LOCALE_DB'
|
||||||
const REMOTE: string = 'https://juliencalixte.ddns.net/database'
|
const REMOTE: string = process.env.VUE_APP_COUCHDB || ''
|
||||||
|
|
||||||
class CouchService {
|
class CouchService {
|
||||||
public db: PouchDB.Database | null = null
|
public db: PouchDB.Database | null = null
|
||||||
|
|||||||
Reference in New Issue
Block a user