From c7d303d45ad0b5adc78c05b1ae8a4b49dca7b84a Mon Sep 17 00:00:00 2001 From: caiyuchao Date: Tue, 7 Jan 2025 16:14:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0omada=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wfc-system/src/main/resources/application.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/wfc-modules/wfc-system/src/main/resources/application.yml b/wfc-modules/wfc-system/src/main/resources/application.yml index a0de1ef..d5be831 100644 --- a/wfc-modules/wfc-system/src/main/resources/application.yml +++ b/wfc-modules/wfc-system/src/main/resources/application.yml @@ -63,4 +63,11 @@ mybatis-plus: swagger: title: 系统模块接口文档 license: Powered By wfc - licenseUrl: https://wfc.vip \ No newline at end of file + licenseUrl: https://wfc.vip + +# Omada 配置 +omada: + omada-url: 'https://192.168.2.248:8043' + omadac-id: 'f3aa6e479b94222581523710cc2c2a9d' + client-id: '5036e77c81a74008821c694a715fe2b8' + client-secret: '29faa06fb7f244b094377b48eb3083a7' \ No newline at end of file