.env.sh 302 Bytes
# Shared Configuration
PUBLIC_IP="106.120.52.146"

# Public Ports (External Access)
PUBLIC_BACKEND_PORT="37000"
PUBLIC_FRONTEND_PORT="37001"
PUBLIC_TURBO_PORT="37002"
PUBLIC_OSS_PORT="34000"
PUBLIC_ZIMAGE_PORT="39009"

# Local Ports (Internal Bind)
LOCAL_BACKEND_PORT="7000"
LOCAL_FRONTEND_PORT="7001"