Skip to content

Commit 040e127

Browse files
authored
with .env.local variable name(fake) in .env (#136)
* with .env.local variable name * with .env.local variable name(fake)
1 parent 7086e9f commit 040e127

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.env

+10-1
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="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

Comments
 (0)