Guest User

Untitled

a guest
Jul 8th, 2018
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. endpoint mysql:Client testDB {
  2. host: "localhost",
  3. port: 3306,
  4. name: "testdb",
  5. username: "root",
  6. password: "root",
  7. poolOptions: { maximumPoolSize: 5 },
  8. dbOptions: { useSSL: false }
  9. };
Add Comment
Please, Sign In to add comment