diff --git a/.env b/.env index 2873e2b..de7a7fa 100755 --- a/.env +++ b/.env @@ -1,2 +1,4 @@ -# API Configuration -VITE_API_BASE_URL=http://localhost:5269 +# API Configuration — apunta al BFF +#_dev local: http://localhost:5269 +#docker: http://localhost:5000 +VITE_API_BASE_URL=http://localhost:5000