Merge pull request #3 from AduanaSoft/produccion

Cambios en ignore y .env
This commit is contained in:
2025-08-04 22:20:54 -06:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

4
.env
View File

@@ -1,4 +1,4 @@
DEBUG_MODE=true
VITE_EFC_API_URL=http://192.168.1.195:8000/api/v1
VITE_EFC_MICROSERVICE_URL=http://192.168.1.195:8001/api/v1
VITE_EFC_API_URL=https://api.efc-aduanasoft.com/api/v1
VITE_EFC_MICROSERVICE_URL=https://api.efc-aduanasoft.com/microservice/api/v1

1
.gitignore vendored
View File

@@ -22,3 +22,4 @@ dist-ssr
*.njsproj
*.sln
*.sw?
.env