feat: Update environment variables and improve Sitar API configuration
This commit is contained in:
15
.env.example
15
.env.example
@@ -31,16 +31,6 @@ CORE_DB_PASSWORD=postgres
|
||||
# Ejemplo para Hub: http://localhost:5173,http://100.78.6.108:5174,http://100.78.6.108:8001
|
||||
CORS_ORIGINS=http://localhost:5173,http://localhost:3000
|
||||
|
||||
# ---- API Tipo cambio (External) ---
|
||||
EXTERNAL_API_URL=http://74.208.80.245:3000
|
||||
EXTERNAL_API_USER=devAS
|
||||
EXTERNAL_API_PASSWORD=T6Y4mqP09Y[-2-3H
|
||||
|
||||
# ----- API SITAR (Warnings) ---
|
||||
SITAR_API_URL=""
|
||||
SITAR_API_USER=""
|
||||
SITAR_API_PASSWORD=""
|
||||
|
||||
# ----- Frontend -----
|
||||
NODE_ENV=development
|
||||
VITE_API_URL=http://localhost:8000/api
|
||||
@@ -52,6 +42,11 @@ VITE_KEYCLOAK_CLIENT_ID=anexo76-frontend
|
||||
#------ Celery / Valkey ----------
|
||||
VALKEY_URL=redis://valkey:6379/0
|
||||
|
||||
# ----- Sitar API -----
|
||||
SITAR_API_URL=http://api.sitar.aduanasoft.com
|
||||
SITAR_API_USER=user_sitar_api
|
||||
SITAR_API_PASSWORD=password123
|
||||
|
||||
# ==================================
|
||||
# CONFIGURACIÓN DE SINCRONIZACIÓN
|
||||
# ==================================
|
||||
|
||||
Reference in New Issue
Block a user