We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935853b commit a3dd56bCopy full SHA for a3dd56b
.env
@@ -12,10 +12,10 @@ CRATES_PRO_INTERNAL_HOST=http://210.28.134.203:31688
12
AUTH_HOST=true
13
14
15
-AUTH_GITHUB_ID=""
16
-AUTH_GITHUB_SECRET=""
+AUTH_GITHUB_ID="11"
+AUTH_GITHUB_SECRET="1111"
17
18
-AUTH_SECRET="" # Added by `npx auth`. Read more: https://cli.authjs.dev
+AUTH_SECRET="1111111111111111" # Added by `npx auth`. Read more: https://cli.authjs.dev
19
20
21
-NEXTAUTH_URL="" #本地开发
+NEXTAUTH_URL="http://localhost:3000" #本地开发
0 commit comments