18 lines
397 B
JSON
18 lines
397 B
JSON
{
|
|
"$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
|
|
|
|
"OAuth": {
|
|
"SSO": {
|
|
"ClientId": "ssoid",
|
|
"ClientSecret": "9k1cbc3f546eda35168c3aa3cb91780fbe703f0996c6d123ea96dc85c70bbc0a"
|
|
},
|
|
"Weixin": {
|
|
"ClientId": "xxx",
|
|
"ClientSecret": "xxx"
|
|
},
|
|
"Gitee": {
|
|
"ClientId": "xxx",
|
|
"ClientSecret": "xxx"
|
|
}
|
|
}
|
|
} |