designtopack/public/site/config/config.php
2024-07-10 16:10:33 +02:00

10 lines
No EOL
171 B
PHP

<?php
return [
'debug' => true,
'api' => [
'basicAuth' => true,
// Enable api access without SSL. To disable in production.
'allowInsecure' => true
]
];