mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Огромный рефакторинг в пользу отказа от механизма environment и использования .env файла
Найдено и удалено немного мусора
This commit is contained in:
8
common/config/main-dev.php
Normal file
8
common/config/main-dev.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'components' => [
|
||||
'mailer' => [
|
||||
'useFileTransport' => true,
|
||||
],
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user