From d62362e617c6dad2b66e4045453524f53f71b7e1 Mon Sep 17 00:00:00 2001 From: MaxKey Date: Sun, 18 Jul 2021 18:53:00 +0800 Subject: [PATCH] kafkasupport=false --- maxkey-web-manage/src/main/resources/application.properties | 2 +- .../src/main/resources/application-https.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/maxkey-web-manage/src/main/resources/application.properties b/maxkey-web-manage/src/main/resources/application.properties index bbfff6d66..f92f114d0 100644 --- a/maxkey-web-manage/src/main/resources/application.properties +++ b/maxkey-web-manage/src/main/resources/application.properties @@ -178,7 +178,7 @@ maxkey.maxkey.uri=https://${maxkey.server.domain}/maxkey #InMemory 0 , Redis 2 maxkey.server.persistence=0 #identity -maxkey.identity.kafkasupport=true +maxkey.identity.kafkasupport=false ############################################################################ #Login configuration # diff --git a/maxkey-web-maxkey/src/main/resources/application-https.properties b/maxkey-web-maxkey/src/main/resources/application-https.properties index 084e16c15..6c792d389 100644 --- a/maxkey-web-maxkey/src/main/resources/application-https.properties +++ b/maxkey-web-maxkey/src/main/resources/application-https.properties @@ -179,7 +179,7 @@ maxkey.server.management.uri=${maxkey.server.name}:9521/maxkey-mgt/login #InMemory 0 , Redis 2 maxkey.server.persistence=0 #identity -maxkey.identity.kafkasupport=true +maxkey.identity.kafkasupport=false maxkey.app.issuer=CN=ConSec,CN=COM,CN=SH ############################################################################