Skip to content

Commit 935853b

Browse files
committed
with .env.local variable name
1 parent 7086e9f commit 935853b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.env

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,13 @@ CRATES_PRO_INTERNAL_HOST=http://210.28.134.203:31688
99
# SECRET_KEY=$YOUR_SECRET_KEY #(not prefixed with NEXT_PUBLIC_ )
1010

1111

12-
AUTH_HOST=true
12+
AUTH_HOST=true
13+
14+
15+
AUTH_GITHUB_ID=""
16+
AUTH_GITHUB_SECRET=""
17+
18+
AUTH_SECRET="" # Added by `npx auth`. Read more: https://cli.authjs.dev
19+
20+
21+
NEXTAUTH_URL="" #本地开发

0 commit comments

Comments
 (0)