config.json - minimale Konfiguration¶
Eine Konfigurationsdatei mit den minimalsten Einstellungen, die für einen Betrieb notwendig sind.
{
"lib": {
"baseUri": "https://<your server address>:7225"
},
"app": {
"companyName": "Your Company Inc.",
"linkImpressum": "https://www.yourcompany.de/impressum.html",
"linkPrivacy": "https://www.yourcompany.de/impressum.html"
},
"colors": {
"headerBackground": "#00BCD4",
"headerFontActive": "#ffffff",
"headerFontInactive": "#eaeaea",
"highlight": "#006064"
}
}