Files
chat-app/backend/.env
T
2025-07-20 22:22:47 +03:00

4 lines
90 B
Bash

PORT=5001
JWT_SECRET="shhhkeepitasecret"
MONGODB_URI="mongodb://localhost:27017/chat-app"