fix(部署): 补齐直连前端时的 API 反代
This commit is contained in:
@@ -18,6 +18,8 @@ REDIS_URL=redis://redis:6379
|
||||
|
||||
# Web
|
||||
NEXT_PUBLIC_API_URL=/api/v1
|
||||
# Fallback used by the Next.js server if the web container is exposed directly.
|
||||
NEXT_API_PROXY_TARGET=http://server:3001
|
||||
NEXTAUTH_URL=http://localhost:8080
|
||||
NEXTAUTH_SECRET=local-server-change-me
|
||||
|
||||
|
||||
Reference in New Issue
Block a user