unb-mds/2023-2-Squad06

View on GitHub
app.json

Summary

Maintainability
Test Coverage
{
  "repository": "https://github.com/unb-mds/2023-2-Squad06",
  "addons": [
    "heroku-postgresql:mini",
    "papertrail:choklad",
    "cloudamqp:lemur"
  ],
  "buildpacks": [
    {
      "url": "https://github.com/moneymeets/python-poetry-buildpack.git"
    },
    {
      "url": "heroku/python"
    }
  ],
  "env": {
    "PYTHON_RUNTIME_VERSION": "3.11.5",
    "POETRY_VERSION": "1.6.1"
  },
  "formation": {
    "web": {
      "quantity": 1,
      "size": "basic"
    },
    "worker": {
      "quantity": 1,
      "size": "basic"
    }
  }
}