forked from BLC/AyposWeb
tempretur approve decline control added
This commit is contained in:
10
.env.example
Normal file
10
.env.example
Normal 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=*
|
||||
Reference in New Issue
Block a user