f22c5ebbfe
- PHP/MySQL Backend (XAMPP + Produktionsserver) - Front-Controller, API-Endpunkte, Session-Management - Flussmanagement-Simulation (Echtzeit, Punkt-basierter Fluss) - Stadt & Raumplanung (Prototyp, Top-Down Kachelsystem) - Klimawaechter 3D: Deiche kleiner, Baeume kippen, Budget angepasst - persistence.ts: Dualer Speicher (localStorage + Server-API) - 6 Unit-Test-Dateien fuer bestehende Simulationen Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
7 lines
113 B
Bash
7 lines
113 B
Bash
# GeoGraSim — Environment Configuration
|
|
DB_HOST=localhost
|
|
DB_NAME=geograsim
|
|
DB_USER=root
|
|
DB_PASS=
|
|
DB_PORT=3306
|