Fast Alles drin außer echtes Abspeicher und Backtickern
This commit is contained in:
14
.env.example
Normal file
14
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user