Fix port conflicts: PostgreSQL 5432->5433, Redis 6379->6380
This commit is contained in:
@@ -3,10 +3,10 @@ PORT=3001
|
||||
NODE_ENV=development
|
||||
|
||||
# Database
|
||||
DATABASE_URL=postgresql://user:password@localhost:5432/website_monitor
|
||||
DATABASE_URL=postgresql://admin:admin123@localhost:5433/website_monitor
|
||||
|
||||
# Redis
|
||||
REDIS_URL=redis://localhost:6379
|
||||
REDIS_URL=redis://localhost:6380
|
||||
|
||||
# JWT
|
||||
JWT_SECRET=your-super-secret-jwt-key-change-this-in-production
|
||||
|
||||
Reference in New Issue
Block a user