mirror of
https://github.com/NapNeko/NapCat-Docker.git
synced 2025-12-18 22:06:41 +08:00
update templates
This commit is contained in:
parent
3383b815b5
commit
6c723f5d31
26
templates/templates/dice.json
Normal file
26
templates/templates/dice.json
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"network": {
|
||||||
|
"httpServers": [],
|
||||||
|
"httpSseServers": [],
|
||||||
|
"httpClients": [],
|
||||||
|
"websocketServers": [
|
||||||
|
{
|
||||||
|
"enable": true,
|
||||||
|
"name": "dice",
|
||||||
|
"host": "0.0.0.0",
|
||||||
|
"port": 15801,
|
||||||
|
"reportSelfMessage": false,
|
||||||
|
"enableForcePushEvent": true,
|
||||||
|
"messagePostFormat": "array",
|
||||||
|
"token": "",
|
||||||
|
"debug": false,
|
||||||
|
"heartInterval": 30000
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"websocketClients": [],
|
||||||
|
"plugins": []
|
||||||
|
},
|
||||||
|
"musicSignUrl": "",
|
||||||
|
"enableLocalFile2Url": false,
|
||||||
|
"parseMultMsg": false
|
||||||
|
}
|
||||||
35
templates/templates/olivos.json
Normal file
35
templates/templates/olivos.json
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
{
|
||||||
|
"network": {
|
||||||
|
"httpServers": [
|
||||||
|
{
|
||||||
|
"enable": true,
|
||||||
|
"name": "olivos-http-server",
|
||||||
|
"host": "0.0.0.0",
|
||||||
|
"port": 5700,
|
||||||
|
"enableCors": true,
|
||||||
|
"enableWebsocket": true,
|
||||||
|
"messagePostFormat": "string",
|
||||||
|
"token": "7777777",
|
||||||
|
"debug": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"httpSseServers": [],
|
||||||
|
"httpClients": [
|
||||||
|
{
|
||||||
|
"enable": true,
|
||||||
|
"name": "olivos-http-client",
|
||||||
|
"url": "http://olivos-app:55001/OlivOSMsgApi/qq/onebot/default",
|
||||||
|
"reportSelfMessage": false,
|
||||||
|
"messagePostFormat": "string",
|
||||||
|
"token": "7777777",
|
||||||
|
"debug": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"websocketServers": [],
|
||||||
|
"websocketClients": [],
|
||||||
|
"plugins": []
|
||||||
|
},
|
||||||
|
"musicSignUrl": "",
|
||||||
|
"enableLocalFile2Url": false,
|
||||||
|
"parseMultMsg": false
|
||||||
|
}
|
||||||
26
templates/templates/sealdice.json
Normal file
26
templates/templates/sealdice.json
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"network": {
|
||||||
|
"httpServers": [],
|
||||||
|
"httpSseServers": [],
|
||||||
|
"httpClients": [],
|
||||||
|
"websocketServers": [
|
||||||
|
{
|
||||||
|
"enable": true,
|
||||||
|
"name": "sealdice",
|
||||||
|
"host": "0.0.0.0",
|
||||||
|
"port": 1234,
|
||||||
|
"reportSelfMessage": false,
|
||||||
|
"enableForcePushEvent": true,
|
||||||
|
"messagePostFormat": "array",
|
||||||
|
"token": "",
|
||||||
|
"debug": false,
|
||||||
|
"heartInterval": 30000
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"websocketClients": [],
|
||||||
|
"plugins": []
|
||||||
|
},
|
||||||
|
"musicSignUrl": "",
|
||||||
|
"enableLocalFile2Url": false,
|
||||||
|
"parseMultMsg": false
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user