2016-03-16 14:54:52 -07:00
|
|
|
# mongoUrl
|
|
|
|
|
|
2018-09-23 12:31:08 -04:00
|
|
|
A fork of node's `url` module, with the modification that commas and colons are
|
|
|
|
|
allowed in hostnames. While this results in a slightly incorrect parsed result,
|
|
|
|
|
as the hostname field for a mongodb should be an array of replica sets, it's
|
2016-03-16 14:54:52 -07:00
|
|
|
good enough to let us pull out and escape the auth portion of the URL.
|
|
|
|
|
|
2017-10-12 19:40:47 -07:00
|
|
|
https://github.com/parse-community/parse-server/pull/986
|