<?php
// config/rpc.php

return [
    'auth_rpc' => [
        'host' => '192.168.21.27',
        'port' => 22101,
    ]
];