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 "required": true
}, },
"MONGODB_URL": { "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 "required": true
}, },
"SUDO_USERS": { "SUDO_USERS": {
"description": "list of user id to be added to sudo member list, or just fill with your id", "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, "required": true
"value": "1757169682"
}, },
"UPSTREAM_REPO": { "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", "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": { "GROUP_SUPPORT": {
"description": "if you have group, then fill the group username here without @", "description": "if you have group, then fill the group username here without @",
"required": true, "required": true
"value": "VeezSupportGroup"
}, },
"UPDATES_CHANNEL": { "UPDATES_CHANNEL": {
"description": "if you have channel, then fill the channel username here without @", "description": "if you have channel, then fill the channel username here without @",
"required": true, "required": true
"value": "levinachannel"
}, },
"OWNER_NAME": { "OWNER_NAME": {
"description": "fill with your telegram account username without @", "description": "fill with your telegram account username without @",
"required": true, "required": true
"value": "dlwrml"
}, },
"ALIVE_NAME": { "ALIVE_NAME": {
"description": "fill with your telegram account nickname/name", "description": "fill with your telegram account nickname/name",
"required": true, "required": true
"value": "Levina"
} }
}, },
"addons": [], "addons": [],