13 lines
No EOL
213 B
PHP
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
|
|
]
|
|
]; |