fix:社交登录重定向网址错误问题
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
# 当前环境: production
|
||||
NEXT_PUBLIC_APP_ENV=production
|
||||
|
||||
# NextAuth v4 —— OAuth callback **公**网 base URL(**必**须与**公**网域名**一**致)
|
||||
NEXTAUTH_URL=https://cozsweet.com
|
||||
NEXTAUTH_URL_INTERNAL=http://localhost:3000
|
||||
|
||||
# 后端 API 基础 URL(生产环境)
|
||||
NEXT_PUBLIC_API_BASE_URL=https://api.cozsweet.com
|
||||
|
||||
@@ -12,9 +16,6 @@ NEXT_PUBLIC_API_CONNECT_TIMEOUT=30000
|
||||
NEXT_PUBLIC_API_RECEIVE_TIMEOUT=60000
|
||||
NEXT_PUBLIC_API_SEND_TIMEOUT=30000
|
||||
|
||||
# next-auth v4(Auth.js)
|
||||
AUTH_SECRET=+0ttNDq3+OCNTrdcokOR4GZo761PiVJIGZOqUsnFOIg=
|
||||
|
||||
# 第三方 OAuth
|
||||
AUTH_GOOGLE_ID=351948560061-isubggf6eahfii9n0stpf2qu3haralro.apps.googleusercontent.com
|
||||
AUTH_GOOGLE_SECRET=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
|
||||
|
||||
Reference in New Issue
Block a user