# 线上配置文件
# @author 程序员鱼皮
# @from 编程导航知识星球
server:
port: 8101
spring:
# 数据库配置
# todo 需替换配置
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://47.79.98.113:3326/ruoyi-vue-pro?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true
username: root
password: wfn53400
# Redis 配置
# todo 需替换配置
redis:
database: 1
host: 47.79.98.113
port: 16379
timeout: 5000
password: ezyPM2UQkPO8O6i8s9
rabbitmq:
host: 47.79.98.113
port: 5672
username: tkdata
password: 6rARaRj8Z7UG3ahLzh
listener:
simple:
acknowledge-mode: manual
# Elasticsearch 配置
# todo 需替换配置
mybatis-plus:
configuration:
# 生产环境关闭日志
log-impl: ''
# 接口文档配置
knife4j:
basic:
enable: false
username: root
password: 123456