You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

6 lines
362 B

# ─── تنظیمات اتصال به API و بک‌اند (توسعه محلی) ───
# آدرس پایه API که کلاینت صدا می‌زند (پیش‌فرض: /api)
VITE_API_BASE_URL=/api
# مقصد پراکسی توسعه Vite برای هدایت درخواست‌های /api به سرور بک‌اند
VITE_API_TARGET=http://localhost:8000