Skip to content

Commit

Permalink
Merge pull request #9 from DEKHTIARJonathan/master
Browse files Browse the repository at this point in the history
Force PostgreSQL SSL Use
  • Loading branch information
WestleyArgentum committed May 6, 2016
2 parents 14ea65e + 9b9d846 commit cec21b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions monitor/monitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ var TimeQueue = require('timequeue'),
fs = require('fs'),
request = require('request'),
FeedParser = require('feedparser');

pg.defaults.ssl = true;

var Monitor = module.exports = function Monitor(feeds, throttling, dbconfig, emitter) {
this.feeds = feeds;
Expand Down

0 comments on commit cec21b7

Please sign in to comment.