mirror of
https://github.com/skoelle/focusapp.git
synced 2026-09-17 20:10:25 +00:00
README.md
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user