10 lines
123 B
PHP
10 lines
123 B
PHP
<?php
|
|
// config/rpc.php
|
|
|
|
return [
|
|
'auth_rpc' => [
|
|
'host' => '192.168.21.27',
|
|
'port' => 22101,
|
|
]
|
|
];
|