Work in progress on integration of IVIS.
Some fixes.
This commit is contained in:
parent
3a17d7fd75
commit
2aaa8f45b3
11 changed files with 188 additions and 12 deletions
|
@ -5,6 +5,7 @@ const path = require('path');
|
|||
|
||||
em.set('config.extraDirs', [ path.join(__dirname, 'config') ]);
|
||||
em.set('builder.exec', path.join(__dirname, 'builder.js'));
|
||||
em.set('task-handler.exec', path.join(__dirname, 'task-handler.js'));
|
||||
em.set('indexer.elasticsearch.exec', path.join(__dirname, 'indexer-elasticsearch.js'));
|
||||
em.set('app.title', 'Mailtrain IVIS');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue