diff --git a/.env.production b/.env.production index 639a861..4be27ce 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,9 @@ # Production Environment Variables -VITE_API_URL=https://dein-produktions-server.com/intern/sofue/php/sofueDB.php +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 \ No newline at end of file