agregando logers de env variables
This commit is contained in:
@@ -12,6 +12,11 @@ dotenv.config();
|
||||
|
||||
|
||||
|
||||
console.log(`Environment: ${process.env.NODE_ENV || 'development'}`);
|
||||
console.log(`MCP URL: ${process.env.MCP_URL || 'http://localhost:5000/mcp'}`);
|
||||
console.log(`Gemini API Key: ${process.env.GEMINI_API_KEY ? '***' : 'not set'}`);
|
||||
|
||||
|
||||
const PORT = Number(process.env.PORT) || 8001;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user