aboutsummaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-08-02 17:33:25 -0400
committerBen Burwell <ben@benburwell.com>2015-08-02 17:33:25 -0400
commit17470146704846137bf09723d403a5650208ba28 (patch)
tree798fb7c7f10282be06f85814e20ba062a9d6f635 /app.json
parent3788738f88b3aed5ced113aa4c455a0d25d8b84e (diff)
parent3d0f989cee9d7c426c759588539dd06c14fa70ea (diff)
Merge pull request #2 from benburwell/mvp
Minimum Viable Product
Diffstat (limited to 'app.json')
-rw-r--r--app.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/app.json b/app.json
new file mode 100644
index 0000000..4d1b3f2
--- /dev/null
+++ b/app.json
@@ -0,0 +1,5 @@
+{
+ "addons": [
+ "heroku-postgresql:hobby-dev"
+ ]
+}