1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- server.port = 8902
- 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 = true
- 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.picture=//efunimgs.oss-cn-beijing.aliyuncs.com/
- ali.oss.video=http://efunvideo.ai160.com/vs2m
- 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
|