Skip to content

Commit

Permalink
Fix testcontainers url
Browse files Browse the repository at this point in the history
  • Loading branch information
thijslemmens committed Dec 11, 2022
1 parent 55f704b commit 3ccc487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
spring:
datasource:
url: jdbc:tc:postgresql://localhost:5555/iot
url: jdbc:tc:timescaledb:latest-pg14:///iot

mqtt-to-pg:
mqtt-client-id: mqtt-to-pg
Expand Down

0 comments on commit 3ccc487

Please sign in to comment.