diff --git a/app.json b/app.json index cc8e4f4d..035c7f11 100644 --- a/app.json +++ b/app.json @@ -1,11 +1,11 @@ { - "name": "TellForm", - "description": "Beautiful, opensource web forms", - "repository": "https://github.com/whitef0x0/tellform", - "logo": "https://node-js-sample.herokuapp.com/node.svg", - "keywords": ["node", "express", "static", "mean"], + "name": "TellForm", + "description": "Beautiful, opensource web forms", + "repository": "https://github.com/whitef0x0/tellform", + "logo": "https://node-js-sample.herokuapp.com/node.svg", + "keywords": ["node", "express", "static", "mean"], "addons": ["mongolab", "sparkpost"], - "env":{ + "env": { "DISABLE_CLUSTER_MODE": { "description": "Disable support for running in cluster mode on pm2", "value": "TRUE" @@ -15,15 +15,15 @@ "value": "production" }, "BASE_URL": { - "description": "The url of your heroku app.", + "description": "The url of your heroku app." }, "SOCKET_URL": { - "description": "Where you websockets will connect to (i.e. your heroku app url)", + "description": "Where you websockets will connect to (i.e. your heroku app url)" }, "MAILER_SERVICE_PROVIDER": { "description": "Which mail service/API you will be using (i.e. SparkPost, Mandrill, etc)", "value": "Sparkpost" } - + } }