.env.sh
369 Bytes
# Shared Configuration
PUBLIC_IP="106.120.52.146"
# Ports (External Access)
LOCAL_BACKEND_PORT="9998"
PUBLIC_BACKEND_PORT="39998"
LOCAL_FRONTEND_PORT="9013"
PUBLIC_FRONTEND_PORT="39013"
LOCAL_TURBO_PORT="7002"
PUBLIC_TURBO_PORT="37002"
PUBLIC_OSS_PORT="34000"
PUBLIC_ZIMAGE_PORT="39009"
# Business Logic Configuration
VIDEO_GENERATION_LIMIT="1"
LIKES_FOR_REWARD="5"