tempretur approve decline control added

This commit is contained in:
2025-09-21 05:42:02 +03:00
parent 25b47c9f86
commit dc11fb1641
6 changed files with 447 additions and 950 deletions

10
.env.example Normal file
View File

@@ -0,0 +1,10 @@
# 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=*