PG→Mongo Ingest CLI - v1.0.0
Preparing search index...
config/env
AppConfig
Interface AppConfig
interface
AppConfig
{
pgConnection
:
string
;
mongoUri
:
string
;
tenantId
:
string
;
envName
:
string
;
nodeEnv
:
string
;
batchSize
:
number
;
pgSslRejectUnauthorized
?:
boolean
;
pgSslMode
?:
"disable"
|
"require"
|
"no-verify"
|
"verify-full"
;
}
Index
Properties
pg
Connection
mongo
Uri
tenant
Id
env
Name
node
Env
batch
Size
pg
Ssl
Reject
Unauthorized?
pg
Ssl
Mode?
Properties
pg
Connection
pgConnection
:
string
mongo
Uri
mongoUri
:
string
tenant
Id
tenantId
:
string
env
Name
envName
:
string
node
Env
nodeEnv
:
string
batch
Size
batchSize
:
number
Optional
pg
Ssl
Reject
Unauthorized
pgSslRejectUnauthorized
?:
boolean
Optional
pg
Ssl
Mode
pgSslMode
?:
"disable"
|
"require"
|
"no-verify"
|
"verify-full"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
pg
Connection
mongo
Uri
tenant
Id
env
Name
node
Env
batch
Size
pg
Ssl
Reject
Unauthorized
pg
Ssl
Mode
PG→Mongo Ingest CLI - v1.0.0
Loading...