From 8d9fd5dc54c4c3064ac6e21dfe377c5e38dddaff Mon Sep 17 00:00:00 2001
From: JerryPan44 <JerryPan44@gmail.com>
Date: Thu, 9 Jan 2020 12:12:57 +0200
Subject: [PATCH] polish up

---
 src/main/resources/application.conf | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf
index 61b39c873..e2abfd5ae 100644
--- a/src/main/resources/application.conf
+++ b/src/main/resources/application.conf
@@ -6,14 +6,6 @@ app {
   clusterSystemName = ${clustering.cluster.name}
 }
 
-keycloak {
-    realm=Demo
-    resource=vanilla
-    auth-server-url=http://localhost:8080/auth
-    ssl-required=external
-    public-client=true
-}
-
 clustering {
   ip = "127.0.0.1"
   ip = ${?CLUSTER_IP}
-- 
GitLab