feat: agregar gestión de URL de API CMS para comunicación entre LMS y CMS

This commit is contained in:
2026-04-16 14:53:35 -04:00
parent 387d473a7c
commit 59a4ca5d52
10 changed files with 192 additions and 31 deletions
+3
View File
@@ -225,6 +225,9 @@ WHISPER_MODEL=whisper-large-v3
# Frontend URLs
NEXT_PUBLIC_CMS_API_URL=https://studio.norteamericano.com
NEXT_PUBLIC_LMS_API_URL=https://learning.norteamericano.com
# Backend-to-backend (LMS -> CMS)
CMS_API_URL=http://studio:3001
```
---