10 lines
375 B
PHP
Raw Normal View History

2024-05-10 11:34:06 +08:00
<?php
return [
'enable' => true,
2024-05-10 14:21:10 +08:00
'websocket' => getenv('PUSH_WEBSOCKET_URL'),
'api' => getenv("PUSH_URL"),
2024-05-10 11:34:06 +08:00
'app_key' => '2ce3ce22329517213caa7dad261f5695',
'app_secret' => 'e77d30638dfc7776e2d41121797bf2b2',
2024-05-10 14:21:10 +08:00
'channel_hook' => 'http://127.0.0.1:8546/plugin/webman/push/hook',
2024-05-10 11:34:06 +08:00
'auth' => '/plugin/webman/push/auth'
];