This commit is contained in:
2025-06-25 14:09:34 +08:00
parent 96164d15c0
commit 159cecdeb4
8 changed files with 9480 additions and 268 deletions

11
config/gateway.php Normal file
View File

@@ -0,0 +1,11 @@
<?php
return [
/*
* -----------服务地址-----------
*/
// 'register_address' => 'http://t-ws.nailaoyun.cn/register/'
// 'register_address' => 't-ws.nailaoyun.cn/register/',
'register_address' => '101.43.12.11:11238',
// 'register_address' => '172.22.240.1:11238',
];