lots of notifier improvements

This commit is contained in:
Josh Harvey 2016-04-23 19:27:53 +03:00
parent 8a87c7579d
commit 8a4b447db3
7 changed files with 172 additions and 26 deletions

View file

@ -10,6 +10,7 @@ function connect () {
}
return pgp(psqlUrl)
}
exports.connect = connect
function loadConfig () {
var db = connect()
@ -19,5 +20,4 @@ function loadConfig () {
return data.data
})
}
exports.loadConfig = loadConfig