designtopack/public/site/config/config.php
isUnknown e816ff2420 save
2024-09-02 14:33:21 +02:00

13 lines
No EOL
213 B
PHP

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