Skip to content

Commit a259480

Browse files
committed
Added opt map
1 parent ff0e03f commit a259480

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ public class MongoDBStack extends CoreStack {
3535
protected MongoClient client_conn = null;
3636
protected MongoDatabase db_conn = null;
3737

38+
/**
39+
* The secondary connetion settings
40+
*/
41+
protected MongoClient sec_client_conn = null;
42+
protected MongoDatabase sec_db_conn = null;
43+
protected String sec_mode = null;
44+
3845
//-------------------------------------------------------------------------
3946
// Connector utilities
4047
//-------------------------------------------------------------------------

0 commit comments

Comments
 (0)