2020-01-14 03:34:46 +01:00
|
|
|
{
|
|
|
|
"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,
|
2020-01-26 07:35:38 +01:00
|
|
|
"report_chat_id": 0,
|
|
|
|
"vault_limit": [
|
|
|
|
{
|
|
|
|
"item" : "01",
|
|
|
|
"min_qty": 0,
|
|
|
|
"max_qty": 10000
|
|
|
|
}
|
2020-02-05 13:53:37 +01:00
|
|
|
],
|
2020-02-06 03:23:50 +01:00
|
|
|
"shops": [ "/ws_abcd",
|
|
|
|
"/ws_0123" ]
|
2020-01-14 03:34:46 +01:00
|
|
|
}
|
|
|
|
}
|