topfans/backend/deploy/envs/social.env
2026-04-07 22:29:48 +08:00

10 lines
330 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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