Skip to content

generalAppConfig

Configuration file name

generalAppConfig.json

Configuration file description

This file is used to initialise on first browse the General app values that could be updated here : in the configuration subsections

Setting subsection

enter image description here

Role subsection

enter image description here

Example
{
  "browserTitle": "Tibco Cloud Base App",
  "applicationTitle": "Base App (TIBCO LABS™)",
  "welcomeMessage": "Welcome to the Base 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"
}