window-calculator-pro / .env.example
escambalkon's picture
sunucuya veritabanı kur
7bfe715 verified
raw
history blame contribute delete
373 Bytes
```
# Server Configuration
PORT=3001
NODE_ENV=development
# MongoDB Configuration
MONGODB_URI=mongodb://localhost:27017/pencere-hesaplama
# JWT Secret
JWT_SECRET=your-super-secret-jwt-key-change-this-in-production
# Optional: MongoDB Atlas Cloud Database
# MONGODB_URI=mongodb+srv://username:password@cluster.mongodb.net/pencere-hesaplama?retryWrites=true&w=majority
```