From 1651a4125108512b7924b0e0f9406beaf10ad75e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Piskorski?= Date: Tue, 5 Jan 2021 11:51:51 +0100 Subject: [PATCH] TAK-69 remote database --- backend/src/main/resources/application.properties | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/backend/src/main/resources/application.properties b/backend/src/main/resources/application.properties index 650d2e2..8cbb832 100644 --- a/backend/src/main/resources/application.properties +++ b/backend/src/main/resources/application.properties @@ -1,11 +1,13 @@ ## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties) -spring.datasource.url = jdbc:postgresql://localhost:5432/takecareapp?hibernate?useUnicode=yes&characterEncoding=UTF-8 - +spring.datasource.url = jdbc:postgresql://ec2-52-208-138-246.eu-west-1.compute.amazonaws.com:5432/dbtqe5jehu0mg4?hibernate?useUnicode=yes&characterEncoding=UTF-8 #spring.jpa.generate-ddl=true #hibernate?useUnicode=yes&characterEncoding=UTF-8 -spring.datasource.username = postgres -spring.datasource.password = postgres +spring.datasource.username = nxpxoyywdkzdgy +spring.datasource.password = 4b0a06a3be25b34d0bf40a3be2049f779f5602e1793944643871a9a146557966 + +#spring.datasource.username = postgres +#spring.datasource.password = postgres #useSSL=false