This commit is contained in:
levina 2022-02-05 12:53:14 +07:00 committed by GitHub
parent 951c0ad3ad
commit f5cb7ff568
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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