Update README.md

This commit is contained in:
2025-09-03 14:10:41 +02:00
committed by GitHub
parent f20f9b538d
commit e832317b8a

View File

@@ -39,22 +39,6 @@ npm run init-db
npm start
```
## 🔧 Konfiguration
### Umgebungsvariablen (.env)
```env
# PostgreSQL Datenbankverbindung
DB_HOST=localhost
DB_PORT=5432
DB_NAME=ninjacross
DB_USER=reptil1990
DB_PASSWORD=!Delfine1!!!
DB_SSL=false
# Server Konfiguration
PORT=3000
SESSION_SECRET=your-secret-key-change-this
```
## 🔐 Authentifizierung