14 lines
426 B
Plaintext
14 lines
426 B
Plaintext
# 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 |