Skip to content

Commit 8bb7dd1

Browse files
fix: restore security and API key status logs
1 parent c4b6904 commit 8bb7dd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.claude/voice-server/server.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,3 +363,5 @@ const server = serve({
363363
console.log(`🚀 PAIVoice Server running on port ${PORT}`);
364364
console.log(`🎙️ TTS Provider: ${provider?.name || 'elevenlabs'}`);
365365
console.log(`📡 POST to http://localhost:${PORT}/notify`);
366+
console.log(`🔒 Security: CORS restricted to localhost, rate limiting enabled`);
367+
console.log(`🔑 API Key: ${ELEVENLABS_API_KEY ? '✅ Configured' : '❌ Missing'}`);

0 commit comments

Comments
 (0)