catchAdmin/config/catch.php
2019-12-22 09:37:52 +08:00

14 lines
193 B
PHP

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