| Current Path : /var/www/html/mswp/common/config/ |
| Current File : /var/www/html/mswp/common/config/main-local.php |
<?php
return [
'components' => [
'db' => require_once 'db.php',
'mailer' => require_once 'mail.php'
],
'aliases' => [
'@frontendUrl' => '//127.0.0.1/admin'
]
];