PaiGram/config/config.json.example
洛水.山岭居室 760ea19c76 Initial commit
2022-04-14 15:18:45 +08:00

30 lines
417 B
Plaintext

{
"mysql": {
"host": "127.0.0.1",
"port": 3306,
"user": "",
"pass": "",
"database": ""
},
"redis": {
"host": "127.0.0.1",
"port": 6379,
"database": 0
},
"telegram": {
"token": "",
"administrators":
[
{
"username": "",
"userid": ,
"type": 0
},
{
"username": "",
"userid": ,
"type": 1
}
]
}