mirror of
https://github.com/MatrixSeven/file-transfer-go.git
synced 2026-03-13 03:27:30 +08:00
7 lines
265 B
Plaintext
7 lines
265 B
Plaintext
# 生产环境配置 - 静态构建模式
|
|
# 前端将构建为静态文件嵌入到Go二进制中
|
|
GO_BACKEND_URL=https://transfer.52python.cn
|
|
NEXT_PUBLIC_API_BASE_URL=https://transfer.52python.cn
|
|
NEXT_PUBLIC_WS_URL=wss://transfer.52python.cn/ws
|
|
NODE_ENV=production
|