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