1
1
mirror of https://github.com/ZeroCatDev/ClassworksKV.git synced 2026-02-04 07:44:40 +00:00

api.zcservice.houlang.cloud

This commit is contained in:
Sunwuyuan 2026-01-17 18:15:29 +08:00 committed by GitHub
parent fddaf0dffd
commit e209bd92e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,9 +18,9 @@ export const oauthProviders = {
zerocat: { zerocat: {
clientId: process.env.ZEROCAT_CLIENT_ID, clientId: process.env.ZEROCAT_CLIENT_ID,
clientSecret: process.env.ZEROCAT_CLIENT_SECRET, clientSecret: process.env.ZEROCAT_CLIENT_SECRET,
authorizationURL: "https://zerocat-api.houlang.cloud/oauth/authorize", authorizationURL: "https://api.zcservice.houlang.cloud/oauth/authorize",
tokenURL: "https://zerocat-api.houlang.cloud/oauth/token", tokenURL: "https://api.zcservice.houlang.cloud/oauth/token",
userInfoURL: "https://zerocat-api.houlang.cloud/oauth/userinfo", userInfoURL: "https://api.zcservice.houlang.cloud/oauth/userinfo",
scope: "user:basic user:email", scope: "user:basic user:email",
// 展示相关 // 展示相关
name: "ZeroCat", name: "ZeroCat",