feat: API Keys via Umgebungsvariablen konfigurierbar
- Neuer getApiKey() Helper: prüft zuerst ENV-Vars, dann DB - Alle Job-Routes nutzen getApiKey() statt direktem DB-Lookup - Credentials-Status berücksichtigt ENV-Vars (Sidebar-Haken) - .env.local.example: Platzhalter für alle 4 API Keys Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,2 +1,8 @@
|
||||
APP_ENCRYPTION_SECRET=your-32-character-secret-here!!
|
||||
DATABASE_URL=file:./leadflow.db
|
||||
|
||||
# API Keys — optional, überschreiben die Einstellungen in der UI
|
||||
ANYMAILFINDER_API_KEY=
|
||||
APIFY_API_KEY=
|
||||
VAYNE_API_KEY=
|
||||
GOOGLE_MAPS_API_KEY=
|
||||
|
||||
Reference in New Issue
Block a user