{
  "middleware": {
    "devtools": {
      "enabled": true,
      "priority": 35,
      "module": {
        "name": "construx",
        "arguments": [
          "path:./public",
          "path:./.build",
          {
            "copier": {
              "module": "construx-copier",
              "files": "**/*"
            }
          }
        ]
      }
    },
    "appsec": {
      "module": {
        "arguments": [
          {
            "xframe": "SAMEORIGIN",
            "p3p": false,
            "csp": false
          }
        ]
      }
    }
  },
  "app": {
    "url": "http://localhost"
  }
}
