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