mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 12:32:09 +08:00
spring cloud & gateway support fix
spring cloud & gateway support fix
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user