Files
AyposWeb/.env.example

12 lines
276 B
Plaintext

# API Configuration
VITE_API_URL=http://141.196.166.241:8003
# Vercel Deployment Configuration
NEXT_PUBLIC_ALLOWED_HOSTS=141.196.166.241
NEXT_PUBLIC_VERCEL_URL=${VERCEL_URL}
NODE_ENV=production
# CORS Configuration
CORS_ORIGIN=*
# Add other environment variables as needed