Introduce config module
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import * as elasticsearch from 'elasticsearch';
|
||||
import config from '../conf';
|
||||
import config from '../config';
|
||||
|
||||
// Init ElasticSearch connection
|
||||
const client = new elasticsearch.Client({
|
||||
|
Reference in New Issue
Block a user