Commit b42c91736458a26056f8615aaba8f482de67cb7f

Authored by Felipe Bormann
1 parent e51f9f6a

Add Heroku generated app.json

Showing 1 changed file with 16 additions and 0 deletions   Show diff stats
app.json 0 → 100644
... ... @@ -0,0 +1,16 @@
  1 +{
  2 + "name": "amadeuslms",
  3 + "description": "Json created to integrate github with heroku",
  4 + "scripts": {
  5 + },
  6 + "env": {
  7 + },
  8 + "formation": {
  9 + },
  10 + "addons": [
  11 +
  12 + ],
  13 + "buildpacks": [
  14 +
  15 + ]
  16 +}
... ...