10 lines
171 B
PHP
10 lines
171 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
'debug' => true,
|
||
|
|
'api' => [
|
||
|
|
'basicAuth' => true,
|
||
|
|
// Enable api access without SSL. To disable in production.
|
||
|
|
'allowInsecure' => true
|
||
|
|
]
|
||
|
|
];
|