spring cloud & gateway support fix

spring cloud & gateway support fix
This commit is contained in:
Crystal.Sea
2021-09-14 13:43:54 +08:00
parent 81b343527a
commit 8e901cd699
7 changed files with 13 additions and 54 deletions

View File

@@ -42,7 +42,7 @@ maxkey.server.authz.uri =${maxkey.server.name}:${server.
#InMemory 0 , Redis 2
maxkey.server.persistence =${SERVER_PERSISTENCE:0}
#identity
maxkey.identity.kafkasupport =${SERVER_KAFKA_SUPPORT:false}
maxkey.server.kafka.support =${SERVER_KAFKA_SUPPORT:false}
#issuer name
maxkey.app.issuer =CN=ConSec,CN=COM,CN=SH
############################################################################
@@ -404,7 +404,6 @@ management.security.enabled =false
management.endpoints.web.exposure.include =*
management.endpoint.health.show-details =ALWAYS
#Spring Boot Admin Client
spring.application.name =maxkey
spring.boot.admin.client.url =${SPRING_BOOT_ADMIN_URL:http://127.0.0.1:9528}
management.health.redis.enabled =false

View File

@@ -42,7 +42,7 @@ maxkey.server.authz.uri =${maxkey.server.name}/maxkey
#InMemory 0 , Redis 2
maxkey.server.persistence =${SERVER_PERSISTENCE:0}
#identity
maxkey.identity.kafkasupport =${SERVER_KAFKA_SUPPORT:false}
maxkey.server.kafka.support =${SERVER_KAFKA_SUPPORT:false}
#issuer name
maxkey.app.issuer =CN=ConSec,CN=COM,CN=SH
@@ -406,7 +406,6 @@ management.security.enabled =false
management.endpoints.web.exposure.include =*
management.endpoint.health.show-details =ALWAYS
#Spring Boot Admin Client
spring.application.name =maxkey
spring.boot.admin.client.url =${SPRING_BOOT_ADMIN_URL:http://127.0.0.1:9528}
management.health.redis.enabled =false

View File

@@ -16,7 +16,6 @@
#MaxKey Title and Version #
############################################################################
application.title =MaxKey
application.name =MaxKey
application.formatted-version =v2.9.0 GA
#for dynamic service discovery
spring.application.name =maxkey

View File

@@ -38,7 +38,7 @@ maxkey.server.authz.uri =https://${maxkey.server.domain}
#InMemory 0 , Redis 2
maxkey.server.persistence =0
#identity
maxkey.identity.kafkasupport =${SERVER_KAFKA_SUPPORT:false}
maxkey.server.kafka.support =${SERVER_KAFKA_SUPPORT:false}
############################################################################
#Login configuration #
@@ -216,7 +216,6 @@ management.security.enabled =false
management.endpoints.web.exposure.include =*
management.endpoint.health.show-details =ALWAYS
#Spring Boot Admin Client
spring.application.name =maxkey
spring.boot.admin.client.url =${SPRING_BOOT_ADMIN_URL:http://127.0.0.1:9528}
management.health.redis.enabled =false

View File

@@ -15,8 +15,7 @@
############################################################################
#MaxKey Title and Version #
############################################################################
application.title =MaxKey
application.name =MaxKey-Mgt
application.title =MaxKey-Mgt
application.formatted-version =v2.9.0 GA
#for dynamic service discovery
spring.application.name =maxkey-mgt