Loading lib/document_stores/postgres.js +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ const {Pool} = require('pg'); // A postgres document store var PostgresDocumentStore = function (options) { this.expireJS = options.expire; this.expireJS = parseInt(options.expire, 10); const connectionString = process.env.DATABASE_URL || options.connectionUrl; this.pool = new Pool({connectionString}); Loading Loading
lib/document_stores/postgres.js +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ const {Pool} = require('pg'); // A postgres document store var PostgresDocumentStore = function (options) { this.expireJS = options.expire; this.expireJS = parseInt(options.expire, 10); const connectionString = process.env.DATABASE_URL || options.connectionUrl; this.pool = new Pool({connectionString}); Loading