From f1d079f9c0b3d384090477ca54e0548373d62b57 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Thu, 16 Jan 2025 11:56:39 +0800
Subject: [PATCH] 配置修改
---
src/main/resources/application-docker.yml | 17 ++---------------
1 files changed, 2 insertions(+), 15 deletions(-)
diff --git a/src/main/resources/application-docker.yml b/src/main/resources/application-docker.yml
index d7d2148..a722435 100644
--- a/src/main/resources/application-docker.yml
+++ b/src/main/resources/application-docker.yml
@@ -16,11 +16,11 @@
password: ${REDIS_PWD:root}
# [可选] 超时时间
timeout: 10000
- # [可选] jdbc数据库配置, 项目使用sqlite作为数据库,一般不需要配置
+ # [必选] jdbc数据库配置
datasource:
# 使用mysql 打开23-28行注释, 删除29-36行
name: wvp
- url: jdbc:mysql://127.0.0.1:3306/wvp?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true&allowMultiQueries=true&useSSL=false
+ url: jdbc:mysql://127.0.0.1:3306/wvp?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true&allowMultiQueries=true&useSSL=false&allowMultiQueries=true
username: root
password: root
type: com.alibaba.druid.pool.DruidDataSource
@@ -78,16 +78,3 @@
# 推流直播是否录制
record-push-live: true
auto-apply-play: true
-
-# 在线文档: swagger-ui(生产环境建议关闭)
-swagger-ui:
- enabled: true
-
-# 版本信息, 不需修改
-version:
- version: "@project.version@"
- description: "@project.description@"
- artifact-id: "@project.artifactId@"
-
-syscfg:
- udpReceivePort: 7687
--
Gitblit v1.9.3