.env.sh 565 Bytes
# Shared Configuration
export PUBLIC_IP="106.120.52.146"

# Ports (External Access)
export LOCAL_BACKEND_PORT="9998"
export PUBLIC_BACKEND_PORT="39998"
export LOCAL_FRONTEND_PORT="9013"
export PUBLIC_FRONTEND_PORT="39013"
export LOCAL_TURBO_PORT="7002"
export PUBLIC_TURBO_PORT="37002"
export LOCAL_OSS_PORT="4000"
export PUBLIC_OSS_PORT="34000"
export PUBLIC_ZIMAGE_PORT="39009"


# Business Logic Configuration
export VIDEO_GENERATION_LIMIT="1"
export LIKES_FOR_REWARD="5"

# pm2 name set
export BACKEND_NAME="backend_final"
export FRONTEND_NAME="frontend_final"