Solucionado submodulos y subiendo codigo real

This commit is contained in:
Panchito
2026-06-27 11:58:05 -05:00
parent 6b99090835
commit 762f596f53
116 changed files with 24068 additions and 2 deletions

19
backend/.env.example Normal file
View File

@@ -0,0 +1,19 @@
# === SQL SERVER ===
SQL_SERVER=191.98.134.80
SQL_DATABASE=BDUS_CK000040_0001
SQL_USERNAME=ASEBASTIAN
SQL_PASSWORD=tu_password_aqui
# === POSTGRESQL (Chatwoot) ===
PG_HOST=191.98.134.81
PG_DATABASE=chatwoot_production
PG_USER=postgres
PG_PASSWORD=tu_password_aqui
PG_PORT=5432
# === SUPABASE ===
SUPABASE_URL=tu_url_supabase
SUPABASE_KEY=tu_key_supabase
# === GITHUB ===
GITHUB_BASE=https://raw.githubusercontent.com/aron1798/prueba1/main/DASHBOARD