README.md

This commit is contained in:
2026-08-09 15:37:34 +02:00
parent 6acbf029da
commit 12d3636257
+5 -6
View File
@@ -90,12 +90,11 @@ Die App wird ueber Umgebungsvariablen konfiguriert, die in `docker-compose.yml`
| Variable | Beschreibung | | Variable | Beschreibung |
|---|---| |---|---|
| `ASPNETCORE_ENVIRONMENT` | `Production` oder `Development` | | `ASPNETCORE_ENVIRONMENT` | `Production` oder `Development` |
| `ConnectionStrings__DefaultConnection` | MariaDB Connection String | | `DB_HOST` | MariaDB Host |
| `DB_PORT` | MariaDB Port |
Der Connection-String wird aus der `.env` zusammengesetzt: | `DB_NAME` | Datenbankname |
``` | `DB_USER` | Datenbank-User |
Server=${DB_HOST};Port=${DB_PORT};Database=${DB_NAME};User=${DB_USER};Password=${DB_PASSWORD} | `DB_PASSWORD` | Datenbank-Passwort |
```
## 📡 API Endpoints ## 📡 API Endpoints