Skip to content

Commit

Permalink
Merge pull request #32 from pniewiadowski/patch-1
Browse files Browse the repository at this point in the history
Update cmpSqlResults-config.xml
  • Loading branch information
raczeja authored Feb 2, 2021
2 parents a899e59 + 007711b commit 11189cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test-definitions/cmpSqlResults-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@
<url>jdbc:postgresql://${POSTGRESSSQLDBSERVER}:5432/${POSTGRESSSQLDBNAME}</url>
<user>${USERNAME}</user>
<password>${PASSWORD}</password>
</datasource>
<datasource maxPollSize="6">
<name>SNOWFLAKE_SERVER</name>
<driver>com.snowflake.client.jdbc.SnowflakeDriver</driver>
<url>jdbc:snowflake://${SNOWFLAKEDBSERVER}:${SNOWFLAKEDBSERVERPORT}/?db=${SNOWFLAKEDBNAME}</url>
<user>${USERNAME}</user>
<password>${PASSWORD}</password>
</datasource>
</datasources>
</cmpSqlResultsConfig>

0 comments on commit 11189cb

Please sign in to comment.