mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-15 04:52: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}/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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user