10 lines
375 B
PHP
10 lines
375 B
PHP
<?php
|
|
return [
|
|
'enable' => true,
|
|
'websocket' => getenv('PUSH_WEBSOCKET_URL'),
|
|
'api' => getenv("PUSH_URL"),
|
|
'app_key' => '2ce3ce22329517213caa7dad261f5695',
|
|
'app_secret' => 'e77d30638dfc7776e2d41121797bf2b2',
|
|
'channel_hook' => 'http://127.0.0.1:8546/plugin/webman/push/hook',
|
|
'auth' => '/plugin/webman/push/auth'
|
|
]; |