final-cleanup: Produktionsfertige Konfiguration - Alle Ports auf 443 vereinheitlicht, TLS-Zertifikate vorgeneriert, Zentraler Installer erstellt
This commit is contained in:
@@ -10,7 +10,7 @@ const PORT = process.env.PORT || 8081;
|
||||
|
||||
// Konfigurationsdatei
|
||||
const CONFIG_FILE = path.join(__dirname, '../../../.env.local');
|
||||
const DEFAULT_BACKEND_URL = 'http://192.168.0.105:5000';
|
||||
const DEFAULT_BACKEND_URL = 'https://raspberrypi';
|
||||
|
||||
// Middleware
|
||||
app.use(express.json());
|
||||
|
Reference in New Issue
Block a user