From f05c8ca474bbd169e2ca30ac779b17086b7153fc Mon Sep 17 00:00:00 2001 From: houzhongjian <houzhongyi@126.com> Date: 星期三, 12 三月 2025 17:54:41 +0800 Subject: [PATCH] 增加yaml token配置 --- src/main/resources/application.yaml | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 2ab9159..435cf7a 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -6,4 +6,16 @@ server: port: 9001 +--- #################### 平台相关配置 #################### + +# 平台配置项,设置当前项目所有自定义的配置,token中的配置需要事先在平台配置好 +iailab: + token: + base-url: http://172.16.8.100/admin-api #平台接口url,使用时需修改成真实的ip和端口 + tenant-id: 172 #租户id + client-id: shasteel #租户OAuth2客户端id + client-secret: shasteel111111111111111 #租户OAuth2客户端密钥 + username: shasteel #租户登录账号 + password: 123456 #租户登录密码 + debug: true -- Gitblit v1.9.3