Solucionado submodulos y subiendo codigo real
This commit is contained in:
19
backend/.env.example
Normal file
19
backend/.env.example
Normal 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
|
||||
Reference in New Issue
Block a user