BerniWittmann/spielplanismaning

View on GitHub
app.json

Summary

Maintainability
Test Coverage
{
  "name": "spielplanismaning",
  "scripts": {
  },
  "env": {
    "DISABLEEMAIL": {
      "required": true
    },
    "NODE_ENV": {
      "required": true
    },
    "KONTAKTE": {
      "required": true
    },
    "SECRET": {
      "required": true
    },
    "VERSION": {
      "required": true
    }
  },
  "formation": {
    "web": {
      "quantity": 1
    }
  },
  "addons": [
    "mongolab",
    "sendgrid"
  ],
  "buildpacks": [
    {
      "url": "heroku/nodejs"
    }
  ]
}