123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- server.port = 8901
- eureka.instance.preferIpAddress = true
- endpoints.sensitive = true
- endpoints.info.enabled = true
- endpoints.restart.enabled = false
- endpoints.shutdown.enabled = false
- endpoints.health.enabled = true
- endpoints.flyway.enabled = false
- endpoints.logfile.enabled = true
- logging.level.root = INFO
- logging.level.cn.efunbox.afw.web.mvc.interceptor.AbstractRequestBodyInterceptor = DEBUG
- logging.level.cn.efunbox.api.impl = DEBUG
- eureka.instance.leaseRenewalIntervalInSeconds = 30
- eureka.instance.leaseExpirationDurationInSeconds = 90
- eureka.client.enabled = true
- eureka.client.serviceUrl.defaultZone = http://eureka.efunbox.cn:8761/eureka/
- eureka.client.register-with-eureka = false
- eureka.client.fetch-registry = true
- spring.redis.host=192.168.1.86
- spring.redis.port=6379
- spring.redis.password=otttest
- spring.redis.timeout=3000
- spring.redis.pool.max-idle=8
- spring.redis.pool.min-idle=0
- spring.redis.pool.max-active=8
- spring.redis.pool.max-wait=-1
- spring.redis.key.prefix= web.cms
- spring.cloud.loadbalancer.retry.enabled=true
- hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=100000
- ribbon.ConnectTimeout=2500
- ribbon.ReadTimeout=3000
- ribbon.OkToRetryOnAllOperations=true
- ribbon.MaxAutoRetries=1
- ribbon.MaxAutoRetriesNextServer=1
- ali.oss.endpoint=oss-cn-beijing.aliyuncs.com
- ali.oss.accessKeyId=LTAIUFvd17IXLBQ4
- ali.oss.accessKeySecret=YEm1VebbntRIGmV8s8N33LQfOoC2sA
- spring.thymeleaf.prefix=classpath:/templates/
- spring.thymeleaf.suffix=.html
- spring.thymeleaf.mode=HTML5
- spring.thymeleaf.encoding=UTF-8
- spring.thymeleaf.content-type=text/html
- spring.thymeleaf.cache=false
- kafka.host=192.168.1.18:9092
|