This commit is contained in:
Paul Trowbridge 2018-06-28 00:16:32 -04:00
parent c04a104280
commit e2e7393bc9
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
## workflow overview ## general workflow overview
* initial setup * initial setup
1. create a source 1. create a source
2. run import 2. run import

View File

@ -27,7 +27,7 @@ var Postgres = new pg.Client({
host: process.env.host, host: process.env.host,
port: process.env.port, port: process.env.port,
database: process.env.database, database: process.env.database,
ssl: false, ssl: true,
application_name: "tps_etl_api" application_name: "tps_etl_api"
}); });
Postgres.FirstRow = function(inSQL,args, inResponse) Postgres.FirstRow = function(inSQL,args, inResponse)