PORT=3000
PROXY_TARGET=https://www.royalcaribbean.com/
MY_DOMAIN=https://www-royalcaribbean.com/
NODE_ENV=production

# Optional: Proxy server configuration
# If your IP is blocked, you can use a proxy server

# SOCKS5 Proxy (recommended for residential proxies)
# Format: username:password@host:port
SOCKS_PROXY=modeler_caQiTa:zlDg9TGGo0vE@151.236.30.147:20676
# Or with protocol:
# SOCKS_PROXY=socks5://p035ZP:QHKNmng3NN@2.59.60.96:50101

# Alternative SOCKS5 proxies (change SOCKS_PROXY to switch):
# SOCKS_PROXY=p035ZP:QHKNmng3NN@199.181.239.146:50101
# SOCKS_PROXY=dubai:sI8j4xRsWR@72.9.191.181:50101

# HTTP/HTTPS Proxy
# HTTP_PROXY=http://proxy.example.com:8080
# HTTPS_PROXY=http://proxy.example.com:8080

# For authenticated HTTP proxy:
# HTTPS_PROXY=http://username:password@proxy.example.com:8080
# Or use separate credentials:
# HTTPS_PROXY=http://proxy.example.com:8080
# PROXY_USERNAME=username
# PROXY_PASSWORD=password
