# Copy to .env and set your API base URL (Vite exposes only VITE_* to the client).
# VITE_API_BASE_URL_V1=https://devpoolpixapi.dglabsdev.com/poolpix-mobile-api/public/api/v1
# VITE_API_BASE_URL=https://devpoolpixapi.dglabsdev.com/poolpix-mobile-api/public/api/v2


VITE_API_BASE_URL_V1=https://vxapeapkta.execute-api.us-east-2.amazonaws.com/api/v1
VITE_API_BASE_URL=https://vxapeapkta.execute-api.us-east-2.amazonaws.com/api/v2

# PWA base URL for SSO redirect (e.g. https://devpwa.poolpix.ai or https://pwa.poolpix.ai)
VITE_PWA_BASE_URL=https://devpwa.poolpix.ai

# Website base URL for post-logout redirect (e.g. https://dev.poolpix.ai or https://poolpix.ai)
VITE_WEBSITE_BASE_URL=https://dev.poolpix.ai

# Cookie domain for shared auth cookie (e.g. .dev.poolpix.ai or .poolpix.ai)
VITE_COOKIE_DOMAIN=.dev.poolpix.ai

# Cookie name for shared auth cookie
VITE_COOKIE_NAME=dev_poolpix_auth

# Stripe payment details
VITE_STRIPE_PUBLISHABLE_KEY=pk_test_51SyucbRyJ3DiHCV1LitzIeK3Z7nSQ9ecaBIXsa6NeRn1uiQH3QGFqO0kiDkviX5i8r6iNeiptomD48heCGyRtFSM00c52jcBH0
