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
|
||||
|
||||
8956
backend/package-lock.json
generated
Normal file
8956
backend/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
1
backend/tmpclaude-08a7-cwd
Normal file
1
backend/tmpclaude-08a7-cwd
Normal file
@@ -0,0 +1 @@
|
||||
/c/Users/timo/Documents/Websites/website-monitor/backend
|
||||
1
backend/tmpclaude-d344-cwd
Normal file
1
backend/tmpclaude-d344-cwd
Normal file
@@ -0,0 +1 @@
|
||||
/c/Users/timo/Documents/Websites/website-monitor/backend
|
||||
Reference in New Issue
Block a user