We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae1427b commit c39f247Copy full SHA for c39f247
licensingservice/licensingservice.yml
@@ -3,7 +3,7 @@ spring.jpa.database: "POSTGRESQL"
3
spring.datasource.platform: "postgres"
4
spring.jpa.show-sql: "true"
5
spring.database.driverClassName: "org.postgresql.Driver"
6
-spring.datasource.url: "jdbc:postgresql://localhost:5432/eagle_eye_local"
+spring.datasource.url: "jdbc:postgresql://database:5432/eagle_eye_local"
7
spring.datasource.username: "postgres"
8
spring.datasource.password: "postgres"
9
spring.datasource.testWhileIdle: "true"
0 commit comments