Files
FancyBot/src/main/resources/config.json
T

24 lines
516 B
JSON
Raw Normal View History

2024-08-30 14:24:46 +08:00
{
2024-08-30 15:05:51 +08:00
"ncmAPI": "https://ncm.rtast.cn",
"wsType": "Client",
"wsAddress": "ws://127.0.0.1",
"accessToken": "114514",
2024-09-03 21:38:50 +08:00
"port": 6760,
"listeningGroups": [
114514,
1919810
2024-09-04 20:01:09 +08:00
],
"qweatherKey": "114514",
2024-09-15 13:27:14 +08:00
"githubKey": "1919810",
"imageType": "PNG",
"openAIAPIHost": "https://api.moonshot.cn",
2024-09-17 22:37:42 +08:00
"openAIAPIKey": "114514",
"smtpHost": "127.0.0.1",
"smtpPort": 25,
"smtpUser": "114514",
"smtpPassword": "1919810",
"smtpFromAddress": "fancybot@repo.rtast.cn",
"admins": [
3458671395
]
2024-08-30 14:24:46 +08:00
}