Files
AyposWeb/.env.example

10 lines
231 B
Plaintext

# API Configuration
VITE_API_URL=http://your-api-url:8003
# Vercel Deployment Configuration
NEXT_PUBLIC_ALLOWED_HOSTS=your-allowed-hosts
NEXT_PUBLIC_VERCEL_URL=${VERCEL_URL}
NODE_ENV=development
# CORS Configuration
CORS_ORIGIN=*