From a5353feebdef3812ea7692603263fe0217d5bc15 Mon Sep 17 00:00:00 2001 From: 潘志宝 <979469083@qq.com> Date: 星期四, 20 三月 2025 09:41:02 +0800 Subject: [PATCH] Merge branch 'master' of http://dlindusit.com:53929/r/iailab-plat-sdk-demo --- src/main/resources/application.yaml | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 2ab9159..62d4de5 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -6,4 +6,15 @@ 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: S3mYv7LkF1xJtQqWp9rZ2cVb8N6hT0D #租户OAuth2客户端密钥 + username: shasteel + debug: true -- Gitblit v1.9.3