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 f44b65d commit ae1427bCopy full SHA for ae1427b
organizationservice/organizationservice.yml
@@ -2,7 +2,7 @@ spring.jpa.database: "POSTGRESQL"
2
spring.datasource.platform: "postgres"
3
spring.jpa.show-sql: "true"
4
spring.database.driverClassName: "org.postgresql.Driver"
5
-spring.datasource.url: "jdbc:postgresql://locaslhost:5432/eagle_eye_local"
+spring.datasource.url: "jdbc:postgresql://database:5432/eagle_eye_local"
6
spring.datasource.username: "postgres"
7
spring.datasource.password: "postgres"
8
spring.datasource.testWhileIdle: "true"
0 commit comments