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 7086e9f commit 040e127Copy full SHA for 040e127
.env
@@ -9,4 +9,13 @@ CRATES_PRO_INTERNAL_HOST=http://210.28.134.203:31688
9
# SECRET_KEY=$YOUR_SECRET_KEY #(not prefixed with NEXT_PUBLIC_ )
10
11
12
-AUTH_HOST=true
+AUTH_HOST=true
13
+
14
15
+AUTH_GITHUB_ID="11"
16
+AUTH_GITHUB_SECRET="1111"
17
18
+AUTH_SECRET="1111111111111111" # Added by `npx auth`. Read more: https://cli.authjs.dev
19
20
21
+NEXTAUTH_URL="http://localhost:3000" #本地开发
0 commit comments