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,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