From 7055c53192aadf6af9444c81373ab256e760b808 Mon Sep 17 00:00:00 2001
From: hexq <hexiaoqu@visioninsight.com>
Date: 星期六, 20 一月 2024 10:26:49 +0800
Subject: [PATCH] BUGFIX:回放时,优先从SDP中提取channelId,兼容从Subject无法提取到channelId的问题

---
 src/main/resources/application.yml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index caf4dfc..3f47844 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,3 +1,5 @@
 spring:
+  application:
+    name: wvp
   profiles:
-    active: dev
\ No newline at end of file
+    active: local
\ No newline at end of file

--
Gitblit v1.8.0