Skip to content

Commit c39f247

Browse files
Update licensingservice.yml
1 parent ae1427b commit c39f247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

licensingservice/licensingservice.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ spring.jpa.database: "POSTGRESQL"
33
spring.datasource.platform: "postgres"
44
spring.jpa.show-sql: "true"
55
spring.database.driverClassName: "org.postgresql.Driver"
6-
spring.datasource.url: "jdbc:postgresql://localhost:5432/eagle_eye_local"
6+
spring.datasource.url: "jdbc:postgresql://database:5432/eagle_eye_local"
77
spring.datasource.username: "postgres"
88
spring.datasource.password: "postgres"
99
spring.datasource.testWhileIdle: "true"

0 commit comments

Comments
 (0)