mirror of
https://github.com/MatrixSeven/file-transfer-go.git
synced 2026-02-04 03:25:03 +08:00
7 lines
214 B
Plaintext
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
|