mirror of
https://github.com/elyby/accounts.git
synced 2024-12-25 06:39:46 +05:30
13 lines
181 B
PHP
13 lines
181 B
PHP
|
<?php
|
||
|
declare(strict_types=1);
|
||
|
|
||
|
return [
|
||
|
'components' => [
|
||
|
'request' => [
|
||
|
'trustedHosts' => [
|
||
|
'private',
|
||
|
],
|
||
|
],
|
||
|
],
|
||
|
];
|