KumbiaPHP/KumbiaPHP

View on GitHub
default/app/config/exception.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
    // array de IPs para mostrar la exception de desarrollador 
    // ej: ['12.12.12.12','23.23.23.23']
    'trustedIp' => []
];