Commit 2a172f97 by Administrator

Update application.yml

parent baf6d8dd
login: #登录校验手机验证码开关
enabled: 'false'
\ No newline at end of file
enabled: 'false'
server:
tomcat:
max-threads: 500 # Maximum amount of worker threads.
min-spare-threads: 50 # Minimum amount of worker threads
spring:
cloud:
config:
override-none: true
override-system-properties: false
rabbitmq:
host: 119.96.87.17
port: 5672
username: rabbit
password: rabbit-techhero
virtual-host: /local
servlet:
multipart:
max-file-size: 1000MB
max-request-size: 1000MB
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment