config is now correctly loaded from config.json
This commit is contained in:
parent
8ef218c1ec
commit
0079b5a383
2
index.js
2
index.js
@ -3,7 +3,7 @@ const push = require('pushover-notifications');
|
|||||||
const util = require('util');
|
const util = require('util');
|
||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
|
|
||||||
const configjson = require('./config.example.json');
|
const configjson = require('./config.json');
|
||||||
|
|
||||||
const ts_notify = configjson["ts-notify"];
|
const ts_notify = configjson["ts-notify"];
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user