|
@@ -8,10 +8,16 @@ spring.redis.port=6379
|
|
|
|
|
|
|
|
|
eureka.client.serviceUrl.defaultZone=http://127.0.0.1:1111/eureka/
|
|
|
+hystrix.command.default.execution.timeout.enabled=false
|
|
|
+hystrix.threadpool.default.coreSize = 500
|
|
|
|
|
|
|
|
|
spring.rabbitmq.host=localhost
|
|
|
spring.rabbitmq.port=5672
|
|
|
spring.rabbitmq.username=examcloud
|
|
|
spring.rabbitmq.password=examcloud123
|
|
|
-spring.rabbitmq.listener.acknowledgeMode=MANUAL
|
|
|
+spring.rabbitmq.listener.acknowledgeMode=MANUAL
|
|
|
+
|
|
|
+spring.redis.host=r-wz97e520d2701e54.redis.rds.aliyuncs.com
|
|
|
+spring.redis.port=6379
|
|
|
+spring.redis.password=Qmth87863577
|