| `LOG_FORMAT` | Format der Logs (`text` oder `json`). |
Speichere die Datei mit **Strg+O**, **Enter** und schließe den Editor mit **Strg+X**.
docs/en/20-installation-raspberry-pi.md ..
@@ 323,23 323,23 @@
LOG_FORMAT=text
```
-
> **Explanation of settings:**
-
>
-
> | Setting | Description |
-
> |---|---|
-
> | `DATABASE_URL` | Database connection string. The default SQLite database is stored inside the container at `/app/data/` and is backed up automatically. |
-
> | `SECRET_KEY` | Secret key for session encryption. **Must** be replaced with your generated key! |
-
> | `CSRF_SECRET_KEY` | Secret key for CSRF protection. **Must** be replaced with your generated key! |
-
> | `ADMIN_EMAIL` | Email address for the first administrator. This is your login name. |
-
> | `ADMIN_PASSWORD` | Password for the administrator. **Choose a secure password!** At least 8 characters. |
-
> | `ADMIN_DISPLAY_NAME` | Display name of the administrator in the UI. |
-
> | `ADMIN_LANGUAGE` | UI language (`en` for English, `de` for German). |
-
> | `ADMIN_SUPERADMIN` | Grants the first user full administrator rights. |
-
> | `DEBUG` | Debug mode. Leave at `false` for normal operation. |
-
> | `CORS_ORIGINS` | Allowed origin domains for API requests. `*` allows all. |
-
> | `PORT` | External port on which FilaMan is accessible. Default: `8000`. |
> | `LOG_FORMAT` | Log format (`text` or `json`). |
+
**Explanation of settings:**
+
+
| Setting | Description |
+
|---|---|
+
| `DATABASE_URL` | Database connection string. The default SQLite database is stored inside the container at `/app/data/` and is backed up automatically. |
+
| `SECRET_KEY` | Secret key for session encryption. **Must** be replaced with your generated key! |
+
| `CSRF_SECRET_KEY` | Secret key for CSRF protection. **Must** be replaced with your generated key! |
+
| `ADMIN_EMAIL` | Email address for the first administrator. This is your login name. |
+
| `ADMIN_PASSWORD` | Password for the administrator. **Choose a secure password!** At least 8 characters. |
+
| `ADMIN_DISPLAY_NAME` | Display name of the administrator in the UI. |
+
| `ADMIN_LANGUAGE` | UI language (`en` for English, `de` for German). |
+
| `ADMIN_SUPERADMIN` | Grants the first user full administrator rights. |
+
| `DEBUG` | Debug mode. Leave at `false` for normal operation. |
+
| `CORS_ORIGINS` | Allowed origin domains for API requests. `*` allows all. |
+
| `PORT` | External port on which FilaMan is accessible. Default: `8000`. |