将端口号8787改为7979

This commit is contained in:
2026-04-16 17:12:28 +08:00
parent 015d1e4d5b
commit 7b39a2a505
10 changed files with 18 additions and 18 deletions

View File

@@ -5,6 +5,6 @@ return [
'api' => 'http://0.0.0.0:3232',
'app_key' => '6d0af5971ad191f2dc8a500885cb79c7',
'app_secret' => 'c457f0be89cd48d481b37f16c0a97f5f',
'channel_hook' => 'http://127.0.0.1:8787/plugin/webman/push/hook',
'channel_hook' => 'http://127.0.0.1:7979/plugin/webman/push/hook',
'auth' => '/plugin/webman/push/auth'
];