Files
file-transfer-go/chuan-next/.env.development
2025-08-02 13:36:01 +08:00

7 lines
214 B
Plaintext

# 开发环境配置
GO_BACKEND_URL=http://localhost:8080
NEXT_PUBLIC_API_BASE_URL=http://localhost:3000
NEXT_PUBLIC_BACKEND_URL=http://localhost:8080
NEXT_PUBLIC_WS_URL=ws://localhost:8080/ws
NODE_ENV=development