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

10 lines
333 B
Bash
Raw 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.

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