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