Skip to content

Commit 6191e6c

Browse files
committed
Fixing the default connectivity command
1 parent ba688d4 commit 6191e6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/picoded/dstack/mongodb/MongoDBStack.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public static String getFullConnectionURL(GenericConvertMap<String, Object> conf
4949
}
5050

5151
// Lets get the config respectively
52-
String protocol = config.getString("protocol", "mongodb+srv");
52+
String protocol = config.getString("protocol", "mongodb");
5353
String user = config.getString("user", null);
5454
String pass = config.getString("pass", null);
5555
String host = config.getString("host", "localhost");

0 commit comments

Comments
 (0)