diff --git a/templates/templates/dice.json b/templates/templates/dice.json new file mode 100644 index 0000000..c80b599 --- /dev/null +++ b/templates/templates/dice.json @@ -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 +} \ No newline at end of file diff --git a/templates/templates/olivos.json b/templates/templates/olivos.json new file mode 100644 index 0000000..1ab2f23 --- /dev/null +++ b/templates/templates/olivos.json @@ -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 +} \ No newline at end of file diff --git a/templates/templates/sealdice.json b/templates/templates/sealdice.json new file mode 100644 index 0000000..42ef68d --- /dev/null +++ b/templates/templates/sealdice.json @@ -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 + } \ No newline at end of file