no se estan usando las gitea varibles secrets
All checks were successful
Deploy conversation layer / deploy (push) Successful in 2m7s
All checks were successful
Deploy conversation layer / deploy (push) Successful in 2m7s
This commit is contained in:
@@ -21,6 +21,7 @@ services:
|
||||
- LLM_AGENT_URL=http://llm-agent:8000
|
||||
- WEBHOOK_URL=http://whatsapp-router:3001/webhook
|
||||
- NODE_ENV=production
|
||||
- GEMINI_API_KEY= AIzaSyA9fI1mron-NVgghygu7B4sco7t6raXB8M
|
||||
ports:
|
||||
- "3001:3001"
|
||||
networks:
|
||||
|
||||
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user