Files
crypto/frontend/setup/env/settings.php

5 lines
55 B
PHP
Raw Normal View History

2021-06-28 23:15:13 -04:00
<?php
return [
'debug' => $_ENV['DEBUG'] ?? false
];