fix: Let test container tests run with port 6666 to prevent conflicts
This commit is contained in:
@@ -5,7 +5,7 @@ spring:
|
||||
datasource:
|
||||
hikari:
|
||||
auto-commit: false
|
||||
url: jdbc:postgresql://localhost:5432/legalconsenthub
|
||||
url: jdbc:postgresql://localhost:6666/legalconsenthub
|
||||
username: legalconsenthub
|
||||
password: legalconsenthub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user