Skip to content
Snippets Groups Projects
Unverified Commit 297f7b53 authored by Gabriel Engel's avatar Gabriel Engel
Browse files

added settings.json example for Galaxy

parent 9a025e76
No related branches found
No related tags found
No related merge requests found
{ }
{
"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"
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment