diff --git a/index.js b/index.js index e1b98e5..272d269 100644 --- a/index.js +++ b/index.js @@ -12,7 +12,7 @@ try { } catch (ex) { // Can't determine version } -var configJSONS = JSON.parse(fs.readFileSync("config.json")); // Read configuration JSON +var configJSONS = JSON.parse(fs.readFileSync(__dirname + "/../../../config.json")); // Read configuration JSON class RequestBodyStream extends stream.Readable { constructor(sourceStream) {