From 5d04ba099ba4cbeff0bf0a5f140f2ec0a35ac1d6 Mon Sep 17 00:00:00 2001
From: 潘志宝 <979469083@qq.com>
Date: 星期三, 19 三月 2025 10:56:56 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 ansteel-biz/src/main/resources/application-dev.yaml |   15 ++++-----------
 1 files changed, 4 insertions(+), 11 deletions(-)

diff --git a/ansteel-biz/src/main/resources/application-dev.yaml b/ansteel-biz/src/main/resources/application-dev.yaml
index 092ffbc..ad9a6d7 100644
--- a/ansteel-biz/src/main/resources/application-dev.yaml
+++ b/ansteel-biz/src/main/resources/application-dev.yaml
@@ -44,13 +44,6 @@
           username: root
           password: 123456
 
-  # Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
-  redis:
-    host: 172.16.8.100 # 地址
-    port: 6379 # 端口
-    database: 10 # 数据库索引
-    password: 123456 # 密码,建议生产环境开启
-
 --- #################### 平台相关配置 ####################
 
 # 平台配置项,设置当前项目所有自定义的配置
@@ -65,9 +58,9 @@
     enable: false
   token:
     base-url: http://127.0.0.1:48080/admin-api/system
-    tenant-id: 172
-    client-id: shasteel
-    client-secret: shasteel111111111111111
-    username: shasteel
+    tenant-id: 176
+    client-id: ansteel
+    client-secret: ansteel111111111111111
+    username: ansteel
     password: 123456
 

--
Gitblit v1.9.3