mirror of
https://github.com/ZeroCatDev/ClassworksKV.git
synced 2026-02-04 16:03:11 +00:00
api.zcservice.houlang.cloud
This commit is contained in:
parent
fddaf0dffd
commit
e209bd92e2
@ -18,9 +18,9 @@ export const oauthProviders = {
|
||||
zerocat: {
|
||||
clientId: process.env.ZEROCAT_CLIENT_ID,
|
||||
clientSecret: process.env.ZEROCAT_CLIENT_SECRET,
|
||||
authorizationURL: "https://zerocat-api.houlang.cloud/oauth/authorize",
|
||||
tokenURL: "https://zerocat-api.houlang.cloud/oauth/token",
|
||||
userInfoURL: "https://zerocat-api.houlang.cloud/oauth/userinfo",
|
||||
authorizationURL: "https://api.zcservice.houlang.cloud/oauth/authorize",
|
||||
tokenURL: "https://api.zcservice.houlang.cloud/oauth/token",
|
||||
userInfoURL: "https://api.zcservice.houlang.cloud/oauth/userinfo",
|
||||
scope: "user:basic user:email",
|
||||
// 展示相关
|
||||
name: "ZeroCat",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user