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' => 'aaea61749929eb53a4bd75a1474c1d27',
|
|
'app_secret' => '0a9e0ed62646cdff1e63c5f1ea64504d',
|
|
'channel_hook' => 'http://127.0.0.1:8686/plugin/webman/push/hook',
|
|
'auth' => '/plugin/webman/push/auth'
|
|
]; |