10 lines
333 B
Bash
10 lines
333 B
Bash
# ==================== Gallery Service 私有配置 ====================
|
||
# 多机部署时将此文件放到 gallery 服务器的 /etc/topfans/gallery.env
|
||
|
||
# 服务端口
|
||
PORT=20001
|
||
|
||
# 下游服务地址(多机部署时改为对应服务器内网IP)
|
||
USER_SERVICE_URL=tri://localhost:20000
|
||
ASSET_SERVICE_URL=tri://localhost:20003
|