Skip to content

Commit ae1427b

Browse files
Update organizationservice.yml
1 parent f44b65d commit ae1427b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

organizationservice/organizationservice.yml

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

0 commit comments

Comments
 (0)