catchAdmin/config/catch.php
2019-12-15 18:55:14 +08:00

14 lines
203 B
PHP

<?php
return [
/**
* set domain if you need
*
*/
'domain' => 'catch',
/**
* set error page
*/
'error' => root_path('catchAdmin/index/view/') . 'error.html',
];