Guest User

Untitled

a guest
Jun 26th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. const postgresqlConnectionSettings = {
  2. qType: 'jdbc', 
  3. qName: 'jdbc',
  4. qConnectionString:
  5. 'CUSTOM CONNECT TO "provider=jdbc;driver=postgresql;host=postgres-database;port=5432;database=postgres"', 
  6. qUserName: 'postgres', 
  7. qPassword: 'postgres',
  8.  };
Add Comment
Please, Sign In to add comment