From c9a2b9b79752cf72a658865b502c394ee15991c1 Mon Sep 17 00:00:00 2001 From: Shikhar Kumar Date: Sat, 18 Dec 2021 15:08:38 +0530 Subject: [PATCH] Update app.json --- app.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index cdef214..4b77ace 100644 --- a/app.json +++ b/app.json @@ -26,12 +26,12 @@ "required": true }, "BOT_TOKEN": { - "description": "A Bot's token from Botfather", + "description": "A Bot's token from Botfather Testing Mode", "value": "", "required": true }, "DURATION_LIMIT": { - "description": "Duration Limit for Playout (In Mins).. Example: 60", + "description": "Duration Limit for Playout (In Mins).. Example: 60 ", "value": "60", "required": true }, @@ -41,7 +41,7 @@ "required": true }, "MONGO_DB_URI": { - "description": "Mongo DB URL", + "description": "Mongo DB URL only [srv]", "value": "", "required": true },