yao/tests/connectors/mongo.conn.json

18 lines
376 B
JSON

{
"LANG": "1.0.0",
"VERSION": "1.0.0",
"label": "Mongo TEST",
"type": "mongo",
"options": {
"db": "test",
"hosts": [
{
"host": "$ENV.MONGO_TEST_HOST",
"port": "$ENV.MONGO_TEST_PORT",
"user": "$ENV.MONGO_TEST_USER",
"pass": "$ENV.MONGO_TEST_PASS"
}
],
"params": { "maxPoolSize": 20, "w": "majority" }
}
}