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": [],