no se estan usando las gitea varibles secrets
All checks were successful
Deploy conversation layer / deploy (push) Successful in 2m7s

This commit is contained in:
2025-06-06 15:33:05 -06:00
parent 767585b421
commit 06fc6b2608
2 changed files with 2 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ console.log(`Open WA URL: ${process.env.OPEN_WA_URL}`);
console.log(`Webhook URL: ${process.env.WEBHOOK_URL}`);
console.log(`Conversation Agent URL: ${process.env.CONVERSATION_AGENT_URL}`);
console.log(`Planilla Agent URL: ${process.env.PLANILLA_AGENT_URL}`);
console.log(`Google API Key: ${process.env.GEMINI_API_KEY}`);
console.log(`GEMINI API Key: ${process.env.GEMINI_API_KEY}`);
if (process.env.NODE_ENV === 'development') {