ygdc/site/config/config.php

17 lines
232 B

3 months ago
<?php
return [
'debug' => true,
'panel' =>[
'install' => true
],
'api' => [
'allowInsecure' => true,
'basicAuth' => true,
],
'auth' => false,
'kql' => [
'auth' => false
]
];