OAuth.json 261 B

1234567891011121314
  1. {
  2. "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
  3. "OAuth": {
  4. "Weixin": {
  5. "ClientId": "xxx",
  6. "ClientSecret": "xxx"
  7. },
  8. "Gitee": {
  9. "ClientId": "xxx",
  10. "ClientSecret": "xxx"
  11. }
  12. }
  13. }