PaiGram/config/config.json.example

39 lines
529 B
Plaintext

{
"mysql": {
"host": "127.0.0.1",
"port": 3306,
"user": "",
"password": "",
"database": ""
},
"redis": {
"host": "127.0.0.1",
"port": 6379,
"database": 0
},
"telegram": {
"token": "",
"notice": {
"ERROR": {
"name": "",
"chat_id":
}
},
"channel": {
"POST": [
{
"name": "",
"chat_id":
}
]
}
},
"administrators":
[
{
"username": "",
"user_id":
}
]
}