Skip to content

Commit

Permalink
Use SSL in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bladealslayer committed Nov 22, 2023
1 parent 6c1c989 commit 43b02d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/dumpr-lib-configuration.edn
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
:id-fns {} ; {:table_no_primary_key :username}
:tables [] ; [:table_no_primary_key :another_table]
:filter-tables #{}
:test-db {:url "jdbc:mysql://localhost/${DB:dumpr_test_db_123}?connectionTimeZone=SERVER&preserveInstants=true&useSSL=false&user=${DB_USER:dumpr_test}&password=${DB_PASSWORD:dumpr_test}"}}
:test-db {:url "jdbc:mysql://127.0.0.1/${DB:dumpr_test_db_123}?connectionTimeZone=SERVER&preserveInstants=true&useSSL=true&verifyServerCertificate=false&user=${DB_USER:dumpr_test}&password=${DB_PASSWORD:dumpr_test}"}}

0 comments on commit 43b02d6

Please sign in to comment.