mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
9 lines
282 B
JSON
9 lines
282 B
JSON
{
|
|
"galaxy.meteor.com": {
|
|
"env": {
|
|
"MONGO_URL": "mongodb://<db_username>:<db_password>@<db_server_host>:<db_server_port>/<db_name>",
|
|
"MONGO_OPLOG_URL": "mongodb://<oplog_username>:<oplog_password>@<db_server_host>:<db_server_port>/<oplog_db_name>?authSource=admin"
|
|
}
|
|
}
|
|
}
|