yii2-netdisk/config/web-test.php
2013-06-22 20:26:22 -04:00

8 lines
126 B
PHP

<?php
$config = require(__DIR__ . '/web.php');
// ... customize $config for the "test" environment here...
return $config;