feat: Implement real-time message delivery for conversations via WebSocket integration and update admin seed email.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user