Updating app.json for Heroku deploy

This commit is contained in:
Arpit Mohan 2021-02-19 17:10:51 +05:30 committed by GitHub
parent 5a2ad75d1b
commit 5593535ebb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": {