kenso war das
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# ═══════════════════════════════════════════════════════════════════════════
|
||||
# EmailSorter - Appwrite Setup Script
|
||||
# MailFlow - Appwrite Setup Script
|
||||
# ═══════════════════════════════════════════════════════════════════════════
|
||||
#
|
||||
# ⚠️ WICHTIG: Diese Datei ist VERALTET!
|
||||
@@ -33,7 +33,7 @@ if (-not (Test-Path ".\server\.env")) {
|
||||
Write-Host " APPWRITE_ENDPOINT=https://appwrite.webklar.com/v1" -ForegroundColor Gray
|
||||
Write-Host " APPWRITE_PROJECT_ID=deine_projekt_id" -ForegroundColor Gray
|
||||
Write-Host " APPWRITE_API_KEY=dein_api_key" -ForegroundColor Gray
|
||||
Write-Host " APPWRITE_DATABASE_ID=emailsorter" -ForegroundColor Gray
|
||||
Write-Host " APPWRITE_DATABASE_ID=mailflow" -ForegroundColor Gray
|
||||
Write-Host "`nSiehe server/env.example für ein Template." -ForegroundColor Cyan
|
||||
exit 1
|
||||
}
|
||||
@@ -54,7 +54,7 @@ if (-not (Test-Path "package.json")) {
|
||||
exit 1
|
||||
}
|
||||
|
||||
Write-Host "`n=== EmailSorter Bootstrap ===" -ForegroundColor Cyan
|
||||
Write-Host "`n=== MailFlow Bootstrap ===" -ForegroundColor Cyan
|
||||
Write-Host "Verwende bootstrap-v2.mjs (aktuelle Version)" -ForegroundColor Green
|
||||
Write-Host ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user