Guest User

Untitled

a guest
Jul 8th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. endpoint mongodb:Client conn {
  2. host: "localhost",
  3. dbName: "testballerina",
  4. username: "",
  5. password: "",
  6. options: { sslEnabled: false, serverSelectionTimeout: 500 }
  7. };
Add Comment
Please, Sign In to add comment