generalAppConfig.json
This file is used to initialise on first browse the General app values that could be updated here : in the configuration subsections
Setting subsection
Role subsection
{
"browserTitle": "Tibco Cloud App",
"applicationTitle": "Case Manager App (TIBCO LABS™)",
"welcomeMessage": "Welcome to the Case Manager App",
"roles": [
{
"id": "User",
"group": "System: ALL_USERS",
"display": "User"
},
{
"id": "Administrator",
"group": "System: ADMINISTRATOR",
"display": "Administrator"
}
],
"displayName": true, // <== display Username in main APP Bar.
"documentationUrl": "assets/help.html"
}