financial-web-server/service/src/main/resources/application-dev.yml

61 lines
1.2 KiB
YAML
Raw Normal View History

2024-11-11 12:03:29 +08:00
server:
2024-11-11 15:29:50 +08:00
port: 6060
2024-11-11 12:03:29 +08:00
logging:
level:
cn.bunny.service.mapper: info
cn.bunny.service.controller: info
cn.bunny.service.service: info
root: info
pattern:
dateformat: HH:mm:ss:SSS
file:
path: "logs/${spring.application.name}"
#mybatis-plus:
# configuration:
# map-underscore-to-camel-case: true
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # 查看日志
2024-11-11 15:29:50 +08:00
#bunny:
# master:
# host: 192.168.3.98
# port: 3304
# database: family_financial
# username: root
# password: "02120212"
#
# redis:
# host: 192.168.3.98
# port: 6379
# database: 6
# password: "123456"
#
# minio:
# endpointUrl: "http://192.168.3.98:9000"
# accessKey: bunny
# secretKey: "02120212"
# bucket-name: financial
2024-11-11 12:03:29 +08:00
bunny:
master:
2024-11-11 15:29:50 +08:00
host: rm-bp12z6hlv46vi6g8mro.mysql.rds.aliyuncs.com
port: 3306
2024-11-11 12:03:29 +08:00
database: family_financial
2024-11-11 15:29:50 +08:00
username: family_financial_prod
password: 0212family_financial
2024-11-11 12:03:29 +08:00
redis:
2024-11-11 15:29:50 +08:00
host: 47.120.65.66
2024-11-11 12:03:29 +08:00
port: 6379
database: 6
2024-11-11 15:29:50 +08:00
password: "02120212"
2024-11-11 12:03:29 +08:00
minio:
2024-11-11 15:29:50 +08:00
endpointUrl: "http://116.196.101.14:9000"
2024-11-11 12:03:29 +08:00
accessKey: bunny
secretKey: "02120212"
bucket-name: financial
backPath: "D:\\MyData\\backup"
bashPath: "D:\\MyData"