10 lines
378 B
PHP
10 lines
378 B
PHP
<?php
|
|
return [
|
|
'enable' => true,
|
|
'websocket' => 'websocket://0.0.0.0:3132',
|
|
'api' => 'http://127.0.0.1:3233',
|
|
'app_key' => '20f94408fc4c52845f162e92a253c7a3',
|
|
'app_secret' => '3151f8648a6ccd9d4515386f34127e28',
|
|
'channel_hook' => 'http://127.0.0.1:8787/plugin/webman/push/hook',
|
|
'auth' => '/plugin/webman/push/auth'
|
|
]; |