feat: Implement real-time message delivery for conversations via WebSocket integration and update admin seed email.

This commit is contained in:
pradeepkumar
2026-03-18 16:49:13 +05:30
parent 2cb4a649bd
commit c3a3df704e
3 changed files with 31 additions and 10 deletions

View File

@@ -1317,7 +1317,7 @@ async function main() {
// =============================================
console.log('👤 Seeding Admin User...');
const adminEmail = process.env.ADMIN_EMAIL || 'admin@realestate.com';
const adminEmail = process.env.ADMIN_EMAIL || 'admin@re-quest.com';
const adminPassword = process.env.ADMIN_PASSWORD || 'Admin@123456';
// Hash password with Argon2 (more secure than bcrypt)