Files
contabilidad/api/setup/settings/01_env.php
2021-07-27 22:29:56 -04:00

5 lines
55 B
PHP

<?php
return [
'debug' => $_ENV['DEBUG'] ?? false
];