-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
46 lines (46 loc) · 956 Bytes
/
config.json
File metadata and controls
46 lines (46 loc) · 956 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
39
40
41
42
43
44
45
46
{
"DataBase": {
"host": "",
"dbname": "",
"username": "",
"password": ""
},
"host": {
"club_id": 0,
"user_id": 0,
"token": "",
"system_id": "85acbf2e445c205f695af78309f14c12"
},
"super_admin": 0,
"welcome_message": {
"enable": false,
"text": "Добро пожаловать!",
"interval": 3600
},
"limits": {
"messages": {
"count": 5,
"time": 1
},
"user_messages": {
"count": 2,
"time": 1
},
"enter": {
"count": 3,
"time": 2
},
"likes": {
"count": 3,
"time": 1
},
"dislikes": {
"count": 3,
"time": 1
},
"superlikes": {
"count": 3,
"time": 1
}
}
}