forked from ciosukasuka/fsub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
38 lines (38 loc) · 968 Bytes
/
app.json
File metadata and controls
38 lines (38 loc) · 968 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "FORCE SUB - BOT",
"env": {
"BOT_TOKEN": {
"required": true
},
"ADMINS": {
"required": true
},
"CHANNEL_DB": {
"required": true
},
"DATABASE_TYPE": {
"description": "Isi sesuai Database yang kalian ingin isi.",
"value": "mongo/sql ( pilih salah satu )",
"required": true
},
"DB_URL": {
"description": "Isi Database sesuai type sql/mongo",
"value": "postgres://blabla:user@pw.db.elephantsql.com/blabla ( contoh )",
"required": true
},
"DB_NAME": {
"description": "Isi dengan Nama Database DISARANKAN ISI SESUAI USERNAME BOT KALIAN (Kosongkan jika ingin mengisi SQL)",
"required": true
},
"FORCE_SUB_1": {
"description": "Jika ingin lebih dari 1 button tambahkan value baru [ FORCE_SUB_2 ] (button unlimitid)",
"required": false
}
},
"formation": {
"worker": {
"quantity": 1,
"size": "eco"
}
}
}