PaiGram/config/config.json.example

39 lines
529 B
Plaintext
Raw Normal View History

2022-04-14 07:18:45 +00:00
{
"mysql": {
"host": "127.0.0.1",
"port": 3306,
"user": "",
2022-05-20 08:34:03 +00:00
"password": "",
2022-04-14 07:18:45 +00:00
"database": ""
},
"redis": {
"host": "127.0.0.1",
"port": 6379,
"database": 0
},
"telegram": {
"token": "",
2022-05-19 02:37:07 +00:00
"notice": {
"ERROR": {
"name": "",
"chat_id":
2022-05-19 02:37:07 +00:00
}
},
"channel": {
"POST": [
{
"name": "",
"chat_id":
}
]
2022-05-19 02:37:07 +00:00
}
2022-05-20 08:34:03 +00:00
},
2022-04-14 07:18:45 +00:00
"administrators":
[
{
"username": "",
2022-05-19 14:03:21 +00:00
"user_id":
2022-04-14 07:18:45 +00:00
}
]
}