| 12345678910 |
- <?php
- return [
- 'enable' => true,
- 'websocket' => 'websocket://0.0.0.0:3131',
- 'api' => 'http://0.0.0.0:3232',
- 'app_key' => '265c33b73d5c04f918978577df2c48d2',
- 'app_secret' => '25774aa8461dcd54e5a318ba1e58f75b',
- 'channel_hook' => 'http://127.0.0.1:8787/plugin/webman/push/hook',
- 'auth' => '/plugin/webman/push/auth'
- ];
|