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