{
  "application": {
    "defaultResponseLimit": 1000,
    "name": "5Minds Engine",
    "touchFileOnReady": ""
  },
  "httpClient": {
    "allowUnauthorizedCertificates": false
  },
  "tls": {
    "useWindowsTrustStore": true
  },
  "logging": {
    "minLogLevel": ""
  },
  "database": {
    "username": "root",
    "password": "root",
    "database": "atlasengine",
    "host": "localhost",
    "port": 3306,
    "dialect": "mysql",
    "supportBigNumbers": true,
    "resetPasswordRequestTimeToLive": 12,
    "logging": false,
    "retry": {
      "maxDuration": "60m"
    },
    "compressProcessTokens": false
  },
  "iam": {
    "baseUrl": "http://localhost:11560/",
    "allowAnonymousRootAccess": true
  },
  "extraInfo": {
    "portalUrl": "http://localhost:13560/"
  }
}
