From f5cb7ff568b2f894d5fda01f66d69b7d59f9528b Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Sat, 5 Feb 2022 12:53:14 +0700 Subject: [PATCH] removal --- app.json | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/app.json b/app.json index d73e680..ed19d38 100644 --- a/app.json +++ b/app.json @@ -44,13 +44,12 @@ "required": true }, "MONGODB_URL": { - "description": "fill with the mongodb url you created from cloud.mongodb.com (tutorial about how to make it, find it on @VeezSupportGroup)", + "description": "fill with the mongodb url, You must create it first from cloud.mongodb.com (tutorial about how to make it, find it on @VeezSupportGroup)", "required": true }, "SUDO_USERS": { - "description": "list of user id to be added to sudo member list, or just fill with your id", - "required": true, - "value": "1757169682" + "description": "fill with the user id you want to be added into sudo member list (separate with spaces), or You can just fill this with your id", + "required": true }, "UPSTREAM_REPO": { "description": "This is needed for update feature, if you deployed forked repo put your forked repo link here, if not just leave it as it", @@ -59,23 +58,19 @@ }, "GROUP_SUPPORT": { "description": "if you have group, then fill the group username here without @", - "required": true, - "value": "VeezSupportGroup" + "required": true }, "UPDATES_CHANNEL": { "description": "if you have channel, then fill the channel username here without @", - "required": true, - "value": "levinachannel" + "required": true }, "OWNER_NAME": { "description": "fill with your telegram account username without @", - "required": true, - "value": "dlwrml" + "required": true }, "ALIVE_NAME": { "description": "fill with your telegram account nickname/name", - "required": true, - "value": "Levina" + "required": true } }, "addons": [],