| 12345678910 |
- <?php
- return [
- 'enable' => false,
- 'websocket' => 'websocket://0.0.0.0:3131',
- 'api' => 'http://0.0.0.0:3232',
- 'app_key' => '8f5695dcc12c3270cecb11e028ac1a35',
- 'app_secret' => 'a40085ac7c20707db8517ac414b2de3c',
- 'channel_hook' => 'http://127.0.0.1:8787/plugin/webman/push/hook',
- 'auth' => '/plugin/webman/push/auth'
- ];
|