Spaces:
Sleeping
Sleeping
Update application.properties
Browse files
src/main/resources/application.properties
CHANGED
@@ -4,7 +4,7 @@ spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialec
|
|
4 |
spring.jpa.hibernate.ddl-auto=update
|
5 |
spring.jpa.hibernate.show-sql=true
|
6 |
|
7 |
-
spring.datasource.url=jdbc:postgresql://dpg-
|
8 |
-
spring.datasource.username=
|
9 |
-
spring.datasource.password=
|
10 |
-
spring.datasource.driver-class-name=org.postgresql.Driver
|
|
|
4 |
spring.jpa.hibernate.ddl-auto=update
|
5 |
spring.jpa.hibernate.show-sql=true
|
6 |
|
7 |
+
spring.datasource.url=jdbc:postgresql://dpg-ck973mf0vg2c738gb0ig-a.singapore-postgres.render.com:5432/test1_979r
|
8 |
+
spring.datasource.username=usssss
|
9 |
+
spring.datasource.password=HnrVi6LMZ0zJXZcibSCQrdUiYZihAQK4
|
10 |
+
spring.datasource.driver-class-name=org.postgresql.Driver
|