From: Benjamin Diaz Date: Tue, 20 Nov 2018 14:18:43 +0000 (-0300) Subject: Adds use of uri in connection to MongoDB instead of host and port X-Git-Tag: v5.0.0~9 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=inline;h=f8a8afb0d14f5a23e6a4c5bd87d61fba5adc63d2;hp=f8a8afb0d14f5a23e6a4c5bd87d61fba5adc63d2;p=osm%2FMON.git Adds use of uri in connection to MongoDB instead of host and port MON now uses a mongodb uri to connect to the database. This allows to use uris that define either a single node db or a replica set, allowing for HA scenarios. Signed-off-by: Benjamin Diaz ---