mirror of
https://github.com/ZeroCatDev/ClassworksKV.git
synced 2026-03-21 18:05:20 +00:00
Compare commits
No commits in common. "b01c2c25987985d28adfef7045c26d9884236617" and "688bdd6214f57245e52d232552810435fe7f2e0f" have entirely different histories.
b01c2c2598
...
688bdd6214
@ -72,9 +72,9 @@ export const oauthProviders = {
|
|||||||
clientId: process.env.DLASS_CLIENT_ID,
|
clientId: process.env.DLASS_CLIENT_ID,
|
||||||
clientSecret: process.env.DLASS_CLIENT_SECRET,
|
clientSecret: process.env.DLASS_CLIENT_SECRET,
|
||||||
// Casdoor 标准端点
|
// Casdoor 标准端点
|
||||||
authorizationURL: "https://auth.lingloft.cn/login/oauth/authorize",
|
authorizationURL: "https://auth.wiki.forum/login/oauth/authorize",
|
||||||
tokenURL: "https://auth.lingloft.cn/api/login/oauth/access_token",
|
tokenURL: "https://auth.wiki.forum/api/login/oauth/access_token",
|
||||||
userInfoURL: "https://auth.lingloft.cn/api/userinfo",
|
userInfoURL: "https://auth.wiki.forum/api/userinfo",
|
||||||
scope: "openid profile email offline_access",
|
scope: "openid profile email offline_access",
|
||||||
// 展示相关
|
// 展示相关
|
||||||
name: "dlass",
|
name: "dlass",
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "ClassworksKV",
|
"name": "ClassworksKV",
|
||||||
"version": "1.3.19",
|
"version": "1.3.18",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "ClassworksKV",
|
"name": "ClassworksKV",
|
||||||
"version": "1.3.19",
|
"version": "1.3.18",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@opentelemetry/auto-instrumentations-node": "^0.59.0",
|
"@opentelemetry/auto-instrumentations-node": "^0.59.0",
|
||||||
"@opentelemetry/exporter-trace-otlp-proto": "^0.205.0",
|
"@opentelemetry/exporter-trace-otlp-proto": "^0.205.0",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ClassworksKV",
|
"name": "ClassworksKV",
|
||||||
"version": "1.3.19",
|
"version": "1.3.18",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node ./bin/www",
|
"start": "node ./bin/www",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user