37 lines
728 B
JSON
37 lines
728 B
JSON
{
|
|
"telegram": {
|
|
"url": "https://api.telegram.org",
|
|
"token": ""
|
|
},
|
|
"sql": {
|
|
"driver": "mysql",
|
|
"type": "tcp",
|
|
"address": "localhost:3306",
|
|
"username": "chirpnest",
|
|
"password": "chirpnest",
|
|
"database": "chirpnest"
|
|
},
|
|
"rabbit": {
|
|
"user": "chirpnest",
|
|
"password": "chirpnest",
|
|
"host": "localhost:5672",
|
|
"path": "chirpnest"
|
|
},
|
|
"bot": {
|
|
"admin_id": 0,
|
|
"guild_name": "Guild",
|
|
"guild": "GLD",
|
|
"main_chat_id": 0,
|
|
"deposit_chat_id": 0,
|
|
"report_chat_id": 0,
|
|
"angrybirbs_id": 833409972,
|
|
"vault_limit": [
|
|
{
|
|
"item" : "01",
|
|
"min_qty": 0,
|
|
"max_qty": 10000
|
|
}
|
|
],
|
|
"shops": [{"username": "user", "link": "abcd" }]
|
|
}
|
|
} |