All Downloads are FREE. Search and download functionalities are using the official Maven repository.

thas.arthas-tunnel-server.4.0.0.source-code.application.properties Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version
# arthas tunnel server host
arthas.server.host=0.0.0.0
# arthas tunnel server port
arthas.server.port=7777

# for all endpoints
management.endpoints.web.exposure.include=*

# default user name
spring.security.user.name=arthas

# If set to true, be sure to do security protection to ensure that the server will not be illegally accessed
arthas.enable-detail-pages=false

spring.cache.type=caffeine
spring.cache.cache-names=inMemoryClusterCache
spring.cache.caffeine.spec=maximumSize=3000,expireAfterAccess=3600s

#arthas.embedded-redis.enabled=true
#arthas.embedded-redis.settings=maxmemory 128M
#spring.redis.host=127.0.0.1




© 2015 - 2024 Weber Informatics LLC | Privacy Policy