Forráskód Böngészése

Config db for remote connection

Blazej 4 éve
szülő
commit
bf9e5616ab
1 módosított fájl, 3 hozzáadás és 3 törlés
  1. 3 3
      src/main/resources/application.properties

+ 3 - 3
src/main/resources/application.properties

@@ -1,6 +1,6 @@
-spring.datasource.url=jdbc:postgresql://localhost:5432/plantsforyou
-spring.datasource.username=postgres
-spring.datasource.password=root
+spring.datasource.url=jdbc:postgresql://ec2-99-80-170-190.eu-west-1.compute.amazonaws.com:5432/dav1hstm1q97fa
+spring.datasource.username=avcbegattsywaa
+spring.datasource.password=d176f011dbb9eb34974327d668442fcd4c93e2f17b29c1c9591ddd06037f4f09
 spring.jpa.hibernate.ddl-auto=create-drop
 spring.jpa.show-sql=true
 spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect