mirror of
https://github.com/ZeroCatDev/ClassworksKV.git
synced 2026-03-21 09:53:11 +00:00
Compare commits
2 Commits
688bdd6214
...
b01c2c2598
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b01c2c2598 | ||
|
|
1b3366ac23 |
@ -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.wiki.forum/login/oauth/authorize",
|
authorizationURL: "https://auth.lingloft.cn/login/oauth/authorize",
|
||||||
tokenURL: "https://auth.wiki.forum/api/login/oauth/access_token",
|
tokenURL: "https://auth.lingloft.cn/api/login/oauth/access_token",
|
||||||
userInfoURL: "https://auth.wiki.forum/api/userinfo",
|
userInfoURL: "https://auth.lingloft.cn/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.18",
|
"version": "1.3.19",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "ClassworksKV",
|
"name": "ClassworksKV",
|
||||||
"version": "1.3.18",
|
"version": "1.3.19",
|
||||||
"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.18",
|
"version": "1.3.19",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node ./bin/www",
|
"start": "node ./bin/www",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user