20 lines
452 B
Plaintext
20 lines
452 B
Plaintext
# === 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
|