初始化

This commit is contained in:
2026-03-02 13:44:38 +08:00
commit 05b785083c
677 changed files with 58662 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?php
return [
'enable' => true,
'websocket' => 'websocket://0.0.0.0:3132',
'api' => 'http://127.0.0.1:3233',
'app_key' => '20f94408fc4c52845f162e92a253c7a3',
'app_secret' => '3151f8648a6ccd9d4515386f34127e28',
'channel_hook' => 'http://127.0.0.1:8787/plugin/webman/push/hook',
'auth' => '/plugin/webman/push/auth'
];