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