This commit is contained in:
2026-01-28 16:55:35 +05:00
parent 45e441bf1a
commit 025cd195c7

View File

@@ -112,7 +112,7 @@ class EmailNotifications {
await this.clearSpamBlock();
}
}
console.log(`🌐 APP_URL из .env: ${process.env.APP_URL || 'не указан (будет использован localhost:3000)'}`);
} catch (error) {
console.error('❌ Ошибка инициализации Email уведомлений:', error.message);
console.error(error.stack);