Fast Alles drin außer echtes Abspeicher und Backtickern

This commit is contained in:
rxf
2025-10-28 17:52:43 +01:00
parent dd32ad585e
commit 8fb01360be
17 changed files with 1139 additions and 41 deletions

14
.env.example Normal file
View File

@@ -0,0 +1,14 @@
# Kopiere diese Datei zu .env und passe die Werte an
# Backend API Configuration
#VITE_API_URL=/api/intern/sofue/php/sofueDB.php
# Für Production könntest du auch direkte URLs verwenden:
VITE_API_URL=https://sternwarte-welzheim.de/intern/sofue/php/sofueDB.php
# HTTP Basic Authentication für geschütztes Backend
VITE_API_USERNAME=dein_username
VITE_API_PASSWORD=dein_passwort
# Debug-Modus (optional)
# VITE_DEBUG=true