Main configuration file - global settings
This topic refers to the file static/SystemConfig.json.
Example configuration file:
{
"SystemUrl": "XSYSTEM_URLX",
"Alias": "XSYSTEM_ALIASX",
"SystemUrl_DEV": "www.example.com/system"
"ShowLangButton": true,
"LangButtonColor": "#333333",
"GlobalLang": "pl",
"RedirectButtons": [
{
"color": "#333333",
"label": "Moje zgłoszenia",
"redirectURL": "https://yahoo.pl"
},
{
"color": "#333333",
"label": "Nowe zgłoszenie",
"redirectURL": "https://google.pl"
}
]
}
Description of individual values:
OtrsUrl/SystemUrl
- Address of the OTRS/OTOBO module that will accept the requestAlias
- Alias under which the forms will appearShowLangButton
- Should the language change button be visible (if we have only one language, we can hide it)LangButtonColor
- Color of the language change buttonGlobalLang
- Default form language (loaded by default, unless otherwise specified by OTRS configuration)RedirectButtons
- Optional forwarding buttons