10 lines
376 B
PHP
10 lines
376 B
PHP
<?php
|
|
return [
|
|
'enable' => true,
|
|
'websocket' => 'websocket://0.0.0.0:3131',
|
|
'api' => 'http://0.0.0.0:3232',
|
|
'app_key' => '2ce3ce22329517213caa7dad261f5695',
|
|
'app_secret' => 'e77d30638dfc7776e2d41121797bf2b2',
|
|
'channel_hook' => 'http://127.0.0.1:8787/plugin/webman/push/hook',
|
|
'auth' => '/plugin/webman/push/auth'
|
|
]; |