From a94620a5ed8fed55881a34e78fc2ec7c8cba4a6c Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Wed, 10 Jun 2020 17:55:16 +0700 Subject: [PATCH] Updated config --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 9e3e6e9..ec3ea4e 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -9,4 +9,4 @@ spring: driver-class-name: org.postgresql.Driver username: cubetiq password: Root$ - url: jdbc:postgresql://${POSTGRES_HOST:192.168.0.150}:5432/demo?createDatabaseIfNotExist=true&allowPublicKeyRetrieval=true&useSSL=false \ No newline at end of file + url: jdbc:postgresql://${POSTGRES_HOST:192.168.0.150}:5432/demo \ No newline at end of file