Skip to content

Commit 3ed6bd8

Browse files
committed
Add port
1 parent 1b3cc03 commit 3ed6bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

query/src/main/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ db {
4949
driver = "slick.driver.PostgresDriver$"
5050

5151
db {
52-
url = "jdbc:postgresql://192.168.99.100/hmda?user=postgres&password=postgres"
52+
url = "jdbc:postgresql://192.168.99.100:54321/hmda?user=postgres&password=postgres"
5353
url = ${?JDBC_URL}
5454
driver = org.postgresql.Driver
5555
numThreads = 2

0 commit comments

Comments
 (0)