Skip to content

Commit

Permalink
Update app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TechwithAmee1 authored Oct 7, 2023
1 parent ab521f7 commit 56b5084
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@
"name": "Dragon-MD-V4",
"description": "A Whatsapp md bot built in NodeJs to make experience better",
"logo": "https://i.ibb.co/wRgDy33/20221104-225109.png",
"keywords": ["nodejs", "bot", "whatsapp bot", "Dragon-MD-V4", "DragonBot", "Dragon","DragonMD","multi device"],
"success_url": "/",
"keywords": [
"nodejs",
"bot",
"whatsapp bot",
"Dragon-MD-V4",
"DragonBot",
"Dragon",
"DragonMD",
"multi device"
],
"success_url": "https://whatsapp.com/channel/0029VaBIKjbDzgTFi1qZLi0C",
"env": {
"OWNER_NAME": {
"description": "Name of Bot Owner",
Expand Down Expand Up @@ -124,11 +133,11 @@
"required": false
}
},
"formation": [
"formation": {
"worker": {
"quantity": 1,
"size": "basic"
"size": "standard-1x"
}
],
},
"stack": "container"
}

0 comments on commit 56b5084

Please sign in to comment.