designtopack/public/site/config/config.php

13 lines
213 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
2024-09-02 14:33:21 +02:00
],
'content' => [
'uuid' => false
2024-07-10 16:10:33 +02:00
]
];