Skip to content

Commit a3dd56b

Browse files
committed
with .env.local variable name(fake)
1 parent 935853b commit a3dd56b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.env

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ CRATES_PRO_INTERNAL_HOST=http://210.28.134.203:31688
1212
AUTH_HOST=true
1313

1414

15-
AUTH_GITHUB_ID=""
16-
AUTH_GITHUB_SECRET=""
15+
AUTH_GITHUB_ID="11"
16+
AUTH_GITHUB_SECRET="1111"
1717

18-
AUTH_SECRET="" # Added by `npx auth`. Read more: https://cli.authjs.dev
18+
AUTH_SECRET="1111111111111111" # Added by `npx auth`. Read more: https://cli.authjs.dev
1919

2020

21-
NEXTAUTH_URL="" #本地开发
21+
NEXTAUTH_URL="http://localhost:3000" #本地开发

0 commit comments

Comments
 (0)