beoanswe-react und sonst ein paar dinge

This commit is contained in:
rxf
2025-11-10 16:10:09 +01:00
parent 75a6988248
commit 9071f96f0d
6 changed files with 63 additions and 19 deletions

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

View File

@@ -0,0 +1,9 @@
# Production Environment Variables
VITE_API_URL=/intern/sofue/php/sofueDB.php
# HTTP Basic Authentication
VITE_API_USERNAME=beogruppe
VITE_API_PASSWORD=ArktUhr
# Optional: Debug-Modus für Production meist ausgeschaltet
# VITE_DEBUG=false