12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- server:
- port: 8011
- ssl:
- key-store: classpath:14272001_huatong.ifarmcloud.com.jks
- key-store-type: jks
- key-store-password: rgweqv2s
- spring:
- application:
- name: huimv-admin
- servlet:
- multipart:
- max-request-size: 100MB
- max-file-size: 10MB
- datasource:
- url: jdbc:mysql://139.9.172.209:3309/huimv-huatong?useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true&serverTimezone=Asia/Shanghai
- username: eartag
- password: eartag@2022
- driver-class-name: com.mysql.cj.jdbc.Driver
- #配置rabbitMq 服务器
- # rabbitmq:
- # host: 10.0.0.4
- # port: 5672
- # username: huimv
- # password: hm123456
- # #虚拟host 可以不设置,使用server默认host
- # virtual-host: /
- #redis
- redis:
- host: 122.112.224.199
- port: 6379
- password: hm123456
- reactor:
- debug-agent:
- enabled: true
- # Nacos 配置
- # cloud:
- # nacos:
- # discovery:
- # server-addr: 192.168.1.68:8848 #配置nacos地址
- mybatis-plus:
- configuration:
- # log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
- log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
- #img:
- # url: https://img.ifarmcloud.com/images/
- # basePath: /home/huimv/img/
- # ip: 139.9.172.209
- # user: huimv
- # password: "!hm123@1"
- # port: 22
- img:
- url: https://img.ifarmcloud.com/images/
- basePath: /home/huimv/img/
- ip: 119.3.44.183
- user: huimv
- password: "!hm123@1"
- port: 22
|