Update app.json

Fix addon wrong name: heroku-postgresql:dev is heroku-postgresql
This commit is contained in:
DC*
2014-08-25 13:00:09 -03:00
parent 9f80f34950
commit 76858fb7c1
+1 -1
View File
@@ -11,6 +11,6 @@
"NODE_ENV": "production"
},
"addons": [
"heroku-postgresql:dev"
"heroku-postgresql"
]
}