feat(tests): db test
This commit is contained in:
@ -42,10 +42,10 @@ let config = {
|
||||
const fs = require('fs');
|
||||
const debug = require('debug')('config')
|
||||
|
||||
let configPath = 'config.json'
|
||||
let configPath = 'rats.json'
|
||||
if(app && app.getPath("userData") && app.getPath("userData").length > 0)
|
||||
{
|
||||
configPath = app.getPath("userData") + '/config.json'
|
||||
configPath = app.getPath("userData") + '/rats.json'
|
||||
}
|
||||
|
||||
const configProxy = new Proxy(config, {
|
||||
|
Reference in New Issue
Block a user