From d9dbfd2c0d0ed5918435de82f36d70c1ba06e575 Mon Sep 17 00:00:00 2001 From: ’zhaoyh6‘ Date: Fri, 24 Sep 2021 10:39:23 +0800 Subject: fix:rollback profile--application.properties MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue-ID: USECASEUI-605 Signed-off-by: ’zhaoyh6‘ Change-Id: I1c6a8959cf59c8b7d21a6859a065caf623ba9dc0 --- server/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/main/resources/application.properties b/server/src/main/resources/application.properties index 8d1d98da..b27e3502 100644 --- a/server/src/main/resources/application.properties +++ b/server/src/main/resources/application.properties @@ -20,7 +20,7 @@ spring.http.multipart.max-file-size=512MB spring.http.multipart.max-request-size=512MB ## App DB Properties -spring.datasource.url=jdbc:postgresql://10.21.19.55:5432/uui +spring.datasource.url=jdbc:postgresql://localhost:5432/uui spring.datasource.username=uui spring.datasource.password=uui spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL9Dialect -- cgit 1.2.3-korg