From 5593535ebb5f8d08987e9c853516a2b2fa446930 Mon Sep 17 00:00:00 2001 From: Arpit Mohan Date: Fri, 19 Feb 2021 17:10:51 +0530 Subject: [PATCH] Updating app.json for Heroku deploy --- app.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index 616b0618eb..d6bf73c26b 100644 --- a/app.json +++ b/app.json @@ -22,15 +22,15 @@ }, "env": { "APPSMITH_MONGODB_URI": { - "description": "Your Mongo Database URI", + "description": "Your Mongo Database URI. Since Heroku doesn't support a managed MongoDB instance, you'll have to create a Mongo DB instance on another service such as https://cloud.mongodb.com", "value": "" }, "APPSMITH_ENCRYPTION_PASSWORD": { - "description": "Encryption password to encrypt all credentials in the database", + "description": "Encryption password to encrypt all sensitive credentials in the database. You can use any random string (Eg. abcd). The more random, the better.", "value": "" }, "APPSMITH_ENCRYPTION_SALT": { - "description" : "Encryption salt used to encrypt all credentials in the database", + "description" : "Encryption salt used to encrypt all sensitive credentials in the database. You can use any random string (Eg. abcd). The more random, the better.", "value": "" }, "APPSMITH_MAIL_ENABLED": {