Konfiguration system.json
Die system.json-Konfiguration in Nginx
- Im Ordner “side assets\config” gibt es keine system.json, innerhalb des Ordners system.json gibt es keine Konfiguration für “systemName”, “backgroundColor” und “activeUserMessages”, es erhält den Standard-Systemnamen, die Hintergrundfarbe und aktive Benutzernachrichten (Standard falsch) vom System
- Konfiguration system.json innerhalb von assets\config\system.json
{
"systemName": "B2B",
"backgroundColor": "#008ECC",
"activateUserMessages": true
}
Die system.json-Konfiguration im Docker
Ähnlich für nginx, Sie müssen nur den Wert für system.json innerhalb von ui-Projekten aktualisieren
Das Ergebnis für Docker B2B-UI