8 lines
310 B
Bash
8 lines
310 B
Bash
HOST=0.0.0.0
|
|
PORT=3000
|
|
B_ADMIN_TOKEN=replace-with-a-long-random-token
|
|
# 对外部署时填写可被客户端访问的 HTTPS 根地址,例如 https://api.example.com
|
|
# PUBLIC_BASE_URL=https://api.example.com
|
|
# DATA_DIR=D:\ReinLoopData
|
|
# VOLUME_CONFIG_FOLDER=volume_config
|
|
# VOLUME_REQUEST_TTL_MS=300000 |