{
  "clustered": false,
  "http": {
    "port": 3000,
    "interface": "127.0.0.1",
    "graphql": {
      "graphiql": true,
      "printSchema": true,
      "prefix": "/graphql"
    },
    "route_options": {

    },
    "middleware": {
      "cookie": true,
      "cors": true,
      "helmet": true,
      "multipart": true,
      "static": true
    }
  },
  "logging": {
    "extreme": false
  },
  "database": {
    "name": "SomeDatabase",
    "username": "username",
    "password": "password",
    "forceSync": false,
    "options": {
      "host": "localhost",
      "dialect": "sqlite"
    }
  }
}