ssl true
This commit is contained in:
parent
c04a104280
commit
e2e7393bc9
@ -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
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user