designtopack/public/site/config/config.php

10 lines
171 B
PHP
Raw Normal View History

2024-07-10 16:10:33 +02:00
<?php
return [
'debug' => true,
'api' => [
'basicAuth' => true,
// Enable api access without SSL. To disable in production.
'allowInsecure' => true
]
];