{
  "httpServer": {
    "host": "0.0.0.0"
  },
  "logging": {
    "minLogLevel": "info"
  },
  "database": {
    "username": "admin",
    "password": "admin",
    "database": "engine",
    "host": "db",
    "port": 5432,
    "dialect": "postgres",
    "supportBigNumbers": true,
    "resetPasswordRequestTimeToLive": 12,
    "logging": false
  },
  "iam": {
    "baseUrl": "http://authority:11560"
  },
  "application": {
    "name": "5Minds Engine"
  }
}
