You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
# eurekaע�����
|
|
|
|
|
#eureka.client.register-with-eureka = false
|
|
|
|
|
#euraka.client.fetch-registry = false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# File Upload
|
|
|
|
|
spring.servlet.multipart.max-file-size=50MB
|
|
|
|
|
spring.servlet.multipart.max-request-size=100MB
|
|
|
|
|
|
|
|
|
|
# Redis������Ϣ(spring��Ĭ�����ã�������Ĭ������127.0.0.1)
|
|
|
|
|
# Redis���ݿ�������Ĭ��Ϊ0��
|
|
|
|
|
spring.redis.database=0
|
|
|
|
|
spring.redis.host=127.0.0.1
|
|
|
|
|
spring.redis.port=6379
|
|
|
|
|
spring.redis.password=
|
|
|
|
|
spring.redis.timeout=1000ms
|
|
|
|
|
spring.redis.jedis.pool.max-active=200
|
|
|
|
|
spring.redis.jedis.pool.max-wait=-1ms
|
|
|
|
|
spring.redis.jedis.pool.max-idle=10
|
|
|
|
|
spring.redis.jedis.pool.min-idle=0
|
|
|
|
|
|
|
|
|
|
# RabbitMQ������Ϣ
|
|
|
|
|
#spring.rabbitmq.host=49.233.89.188
|
|
|
|
|
#spring.rabbitmq.host=192.168.0.99
|
|
|
|
|
spring.rabbitmq.host=www.tall.wiki
|
|
|
|
|
spring.rabbitmq.port=5672
|
|
|
|
|
spring.rabbitmq.username=admin
|
|
|
|
|
spring.rabbitmq.password=111111
|
|
|
|
|
# spring.rabbitmq.listener.simple.acknowledge-mode=manual
|
|
|
|
|
|
|
|
|
|
# MongoDB������Ϣ
|
|
|
|
|
spring.data.mongodb.uri=mongodb://wei:111111@49.233.89.188:27017/test
|
|
|
|
|
spring.data.mongodb.option.socket-timeout=5000
|
|
|
|
|
spring.data.mongodb.option.max-connection-idle-time=10000
|
|
|
|
|
|
|
|
|
|
|