mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-19 18:00:51 +08:00
8 lines
126 B
PHP
8 lines
126 B
PHP
<?php
|
|
|
|
$config = require(__DIR__ . '/web.php');
|
|
|
|
// ... customize $config for the "test" environment here...
|
|
|
|
return $config;
|