UNIVPLMDataIntegration/Admin.NET/Admin.NET.Application/Configuration/OAuth.json
zuohuaijun 5074b67f65 😎初始化
2024-06-15 13:02:35 +08:00

14 lines
261 B
JSON

{
"$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
"OAuth": {
"Weixin": {
"ClientId": "xxx",
"ClientSecret": "xxx"
},
"Gitee": {
"ClientId": "xxx",
"ClientSecret": "xxx"
}
}
}