docs: .env-Pfad auf finance_pod-Datenverzeichnis umgestellt

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-19 15:06:27 +02:00
parent 0c724da30a
commit 17fca90c9e
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ Header `Authorization: Bearer <FB_API_KEY>`.
## Key extrahieren
```bash
KEY=$(grep '^FB_API_KEY=' /home/wlfb/bin/finance/.env | cut -d= -f2)
KEY=$(grep '^FB_API_KEY=' $HOME/.local/share/finance_pod/.env | cut -d= -f2 | tr -d "'")
```
Verwende `$KEY` in allen folgenden Beispielen. Den Key niemals ausgeben,