From 51235226d1b16d5929665794c1ec088b3fad022d Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Wed, 23 Nov 2016 07:03:47 -0500 Subject: [PATCH] Add heroku config --- config/heroku/config.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config/heroku/config.json diff --git a/config/heroku/config.json b/config/heroku/config.json new file mode 100644 index 0000000..ee27dff --- /dev/null +++ b/config/heroku/config.json @@ -0,0 +1,3 @@ +{ + "skip_analytics": true +}