Update API key references from EXCHANGE_RATE_API_KEY to FOREX_RATE_API_KEY in configuration and code

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-03-20 09:46:28 +01:00
parent e10cde6fb9
commit 529d4eaa3f
5 changed files with 27 additions and 103 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ Simple Flutter app to track US rental income and convert to SEK for Swedish tax
1. Create `.env` in the project root with your FX API key:
```env
EXCHANGE_RATE_API_KEY=REPLACE_WITH_YOUR_EXCHANGE_RATE_API_KEY
FOREX_RATE_API_KEY=REPLACE_WITH_YOUR_FOREXRATE_API_KEY
```
1. Install dependencies: