UNPKG
postgresql-to-mongodb
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Transfer PostgreSQL tables to MongoDB collections.
postgresql-to-mongodb
/
config.json
10 lines
(9 loc)
•
244 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"PG_USER"
:
"<pg_username>"
,
"PG_HOST"
:
"localhost"
,
"PG_PASSWORD"
:
"<pg_password>"
,
"PG_DATABASE"
:
"<pg_database>"
,
"PG_PORT"
:
5432
,
"MONGO_URL"
:
"mongodb://localhost:27017"
,
"MONGO_DATABASE"
:
"<mongo_database>"
}