.env.sh
534 Bytes
# Shared Configuration
export PUBLIC_IP="106.120.52.146"
# Ports (External Access)
export LOCAL_BACKEND_PORT="7000"
export PUBLIC_BACKEND_PORT="37000"
export LOCAL_FRONTEND_PORT="7001"
export PUBLIC_FRONTEND_PORT="37001"
export LOCAL_TURBO_PORT="7002"
export PUBLIC_TURBO_PORT="37002"
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_beta"
export FRONTEND_NAME="frontend_beta"