mirror of
https://github.com/marcogll/telegram_new_socias.git
synced 2026-01-13 13:15:16 +00:00
feat: Add GOOGLE_CREDENTIALS_FILE to .env.example for Google API integration
This commit is contained in:
15
.env.example
15
.env.example
@@ -7,6 +7,20 @@ GOOGLE_API_KEY=AIzaSyBqH5...
|
|||||||
# URL de la hoja de cálculo de Google para verificar duplicados
|
# URL de la hoja de cálculo de Google para verificar duplicados
|
||||||
GOOGLE_SHEET_URL=https://docs.google.com/spreadsheets/d/1iVHnNoAF4sVVhb2kcclthznYFUKetmhsM6b2ZUCXd-0/edit?gid=370216950#gid=370216950
|
GOOGLE_SHEET_URL=https://docs.google.com/spreadsheets/d/1iVHnNoAF4sVVhb2kcclthznYFUKetmhsM6b2ZUCXd-0/edit?gid=370216950#gid=370216950
|
||||||
|
|
||||||
|
# Opcional: Credenciales de Google como variables de entorno
|
||||||
|
# Si estas variables están definidas, se usarán en lugar del archivo JSON.
|
||||||
|
# Asegúrate de escapar correctamente el valor de GSA_PRIVATE_KEY (ej. reemplazando saltos de línea con \n)
|
||||||
|
GSA_TYPE=service_account
|
||||||
|
GSA_PROJECT_ID=
|
||||||
|
GSA_PRIVATE_KEY_ID=
|
||||||
|
GSA_PRIVATE_KEY=
|
||||||
|
GSA_CLIENT_EMAIL=
|
||||||
|
GSA_CLIENT_ID=
|
||||||
|
GSA_AUTH_URI=
|
||||||
|
GSA_TOKEN_URI=
|
||||||
|
GSA_AUTH_PROVIDER_X509_CERT_URL=
|
||||||
|
GSA_CLIENT_X509_CERT_URL=
|
||||||
|
|
||||||
|
|
||||||
# Webhooks de n8n (puedes agregar más aquí en el futuro)
|
# Webhooks de n8n (puedes agregar más aquí en el futuro)
|
||||||
# Usa WEBHOOK_ONBOARDING (o el alias WEBHOOK_CONTRATO si ya lo tienes así)
|
# Usa WEBHOOK_ONBOARDING (o el alias WEBHOOK_CONTRATO si ya lo tienes así)
|
||||||
@@ -30,3 +44,4 @@ SMTP_PORT=465
|
|||||||
SMTP_USER=your_email@example.com
|
SMTP_USER=your_email@example.com
|
||||||
SMTP_PASSWORD=your_password
|
SMTP_PASSWORD=your_password
|
||||||
SMTP_RECIPIENT=your_email@example.com # También se acepta PRINTER_EMAIL como alias
|
SMTP_RECIPIENT=your_email@example.com # También se acepta PRINTER_EMAIL como alias
|
||||||
|
GOOGLE_CREDENTIALS_FILE=google_credentials.json
|
||||||
|
|||||||
Reference in New Issue
Block a user