"feat: Implement SSL configuration for frontend and backend"

This commit is contained in:
2025-05-26 10:54:17 +02:00
parent f063d07232
commit 7893e1b904
7 changed files with 1386 additions and 192 deletions

View File

@@ -1,3 +1,6 @@
// SSL-Verbindungen akzeptieren (selbstsignierte Zertifikate)
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
// Basis-URL für Backend-API
// Versucht verschiedene Verbindungsoptionen mit Fallbacks
const getApiBaseUrl = () => {