Переименование inpx-web-filter.json -> filter.json
This commit is contained in:
@@ -118,7 +118,7 @@ async function init() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
config.recreateDb = argv.recreate || false;
|
config.recreateDb = argv.recreate || false;
|
||||||
config.inpxFilterFile = `${config.dataDir}/inpx-web-filter.json`;
|
config.inpxFilterFile = `${config.dataDir}/filter.json`;
|
||||||
config.allowUnsafeFilter = argv['unsafe-filter'] || false;
|
config.allowUnsafeFilter = argv['unsafe-filter'] || false;
|
||||||
|
|
||||||
//web app
|
//web app
|
||||||
|
|||||||
Reference in New Issue
Block a user