Advertisement
Guest User

Untitled

a guest
Oct 10th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. "tenant_42": {
  2. "jdbcUrl": "jdbc:postgresql://my.psql.host.com:5432/tenant_42_db",
  3. "password": "'some_password'",
  4. "username": "tenant_42_user"
  5. },
  6. "tenant_43": {
  7. "jdbcUrl": "jdbc:postgresql://my.psql.host.com:5432/tenant_43_db",
  8. "password": "'some_password'",
  9. "username": "tenant_43_user"
  10. },
  11. "tenant_44": {
  12. "jdbcUrl": "jdbc:postgresql://my.psql.host.com:5432/tenant_44_db",
  13. "password": "'some_password'",
  14. "username": "tenant_44_user"
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement