From c775c6953d9759e70f08acbfa8f6d7490aaae3d1 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期四, 26 九月 2024 21:13:53 +0800
Subject: [PATCH] 1
---
ycl-platform/src/main/resources/application-dev.yml | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/ycl-platform/src/main/resources/application-dev.yml b/ycl-platform/src/main/resources/application-dev.yml
index 206594e..4dd418e 100644
--- a/ycl-platform/src/main/resources/application-dev.yml
+++ b/ycl-platform/src/main/resources/application-dev.yml
@@ -1,5 +1,5 @@
server:
- port: 8082
+ port: 28082
tomcat:
uri-encoding: UTF-8
servlet:
@@ -68,11 +68,18 @@
videoPoint:
url: http://183.245.159.161:8281
+ web_url: http://172.28.194.185:8281
port: 8281
userName: suichang
passWord: a12345677
ip: 10.10.10.10
+DH:
+ web_url: http://172.28.194.185:8281
+ port: 8281
+ userName: zfgy
+ passWord: zfj12345
+
aliyun:
oss:
endpoint: https://oss-accelerate.aliyuncs.com
--
Gitblit v1.8.0