Skip to content

Commit

Permalink
remove non-mandatory configs from app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
subinps authored Jan 7, 2022
1 parent 0ee9f08 commit d82bae6
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,29 +46,13 @@
"description": "Bot Logs,Give a channel id with -100xxxxxxx",
"required": true
},
"SUPPORT_CHAT": {
"description": "Username of a Support Group / ADMIN. ( Should be username without @ and not ID)",
"required": false
},
"AUTH_USERS": {
"description": "Username or ID of users to give access of inline search. Separate multiple users by space.\nLeave it empty if you don't want to restrict bot usage.",
"required": false
},
"AUTH_CHANNEL": {
"description": "ID of channel.Make sure bot is admin in this channel. Without subscribing this channel users cannot use bot.",
"required": false
},
"USE_CAPTION_FILTER": {
"description": "Whether bot should use captions to improve search results. (True False)",
"required": false
},
"CUSTOM_FILE_CAPTION": {
"description": "A custom file caption for your files. formatable with , file_name, file_caption, file_size, Read Readme.md for better understanding.",
"required": false
},
"BATCH_FILE_CAPTION": {
"description": "A custom file caption for your batch files. formatable with , file_name, file_caption, file_size, Read Readme.md for better understanding.",
"required": false
},
"DATABASE_URI": {
"description": "mongoDB URI. Get this value from https://www.mongodb.com. For more help watch this video - https://youtu.be/dsuTn4qV2GA",
Expand All @@ -82,23 +66,6 @@
"description": "Name of the collections. Defaults to Telegram_files. If you are using the same database, then use different collection name for each bot",
"value": "Telegram_files",
"required": false
},
"CACHE_TIME": {
"description": "The maximum amount of time in seconds that the result of the inline query may be cached on the server",
"value": "300",
"required": false
},
"IMDB": {
"description": "Imdb, the view of information when making True/False ",
"required": false
},
"SINGLE_BUTTON": {
"description": "choose b/w single or double buttons https://github.com/EvamariaTG/EvaMaria/issues/22",
"required": false
},
"P_TTI_SHOW_OFF": {
"description": "Customize Result Buttons to Callback or Url by (True = url / False = callback)",
"required": false
}
},
"addons": [],
Expand Down

0 comments on commit d82bae6

Please sign in to comment.