docs: .env-Pfad auf finance_pod-Datenverzeichnis umgestellt
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user