chore(config): Remove PORT environment variable configuration
- Remove PORT environment variable comment from .env.example - Update start script to use hardcoded port 3000 instead of environment variable - Simplify server configuration by removing optional PORT override
This commit is contained in:
@@ -3,9 +3,6 @@
|
||||
# ===========================================
|
||||
# Copy this file to .env and fill in your values
|
||||
|
||||
# Server Port (Optional, defaults to 3000)
|
||||
# PORT=3000
|
||||
|
||||
# Database (Required)
|
||||
DATABASE_URL=postgresql://user:password@localhost:5432/synapsis
|
||||
|
||||
|
||||
Reference in New Issue
Block a user