From 025cd195c7aa6065bafde10fefc851b752a49c86 Mon Sep 17 00:00:00 2001 From: kalugin66 Date: Wed, 28 Jan 2026 16:55:35 +0500 Subject: [PATCH] APP_URL --- email-notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/email-notifications.js b/email-notifications.js index 82e4052..d6abed6 100644 --- a/email-notifications.js +++ b/email-notifications.js @@ -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);