AMT Help Files
homeApplication RuntimeConfiguration

Configuration

The application can be configured using the configuration.json file.

Available Configuration Settings

The following settings are available for configuration:

Setting Values Description
ApplicationKind String Sets the application kind.
StartupApp String Specifiy an application to start when AMT launches.
FormNameTitleEnabled Boolean Default: true. If set to false, the currently opened form name is not disabled in the internet browser tab.

The other entries in this file are API URLs.

Sample File

{
  "ApplicationKind": "1",
  "StartupApp": "<APPNAME>",
  "FormNameTitleEnabled": true,
  "ApiUrls": {
    "application": "/<app>/api/v1/application",
    "transaction": "/<app>/api/v1/transactions",
    "job": "/<app>/api/v1/job",
    "jobQueues": "/<app>/api/v1/jobqueues",
    "jobManagement": "/<app>/api/v1/jobmanagement",
    "message": "/<app>/api/v1/message",
    "configuration": {
      "base": "/<app>/api/v1/config/basesetup",
      "basepath": "/<app>/api/v1/config/basepath",
      "logging": "/<app>/api/v1/config/logging",
      "runtime": "/<app>/api/v1/config/runtime",
      "applications": "/<app>/api/v1/config/applications",
      "config": "/<app>/api/v1/config/config",
      "database": "/<app>/api/v1/config/database"
    },
    "print": {
      "prints": "/<app>/api/v1/print",
      "preview": "/<app>/api/v1/print/preview"
    },
    "security": {
      "role": "/<app>/api/v1/security/role",
      "user": "/<app>/api/v1/security/user",
      "currentUser": "/<app>/api/v1/security/user/current",
      "roleApplication": "/<app>/api/v1/security/role/applications",
      "roleComponent": "/<app>/api/v1/security/role/component",
      "configuration": "/<app>/api/v1/security/configuration",
      "userRoles": "/<app>/api/v1/security/user/role"
    }
  }
}

Contents

 Go to top