From aa6da7f7e1529d1667565a313746eee7a60955b1 Mon Sep 17 00:00:00 2001 From: rxf Date: Mon, 10 Nov 2025 13:02:08 +0100 Subject: [PATCH] V 1.0.2: Title angepasst, Direktories bei Production angepeasst, runde Ecken am Hauptfenster --- .env.production | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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