初始化
This commit is contained in:
10
config/plugin/webman/push/app.php
Normal file
10
config/plugin/webman/push/app.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?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'
|
||||
];
|
||||
Reference in New Issue
Block a user