Files
hocusfokus-web/site/config/config.php
MindBoost Deploy fd06ae62d4 Configure Kirby for web.mindboost.team deployment
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-25 13:37:54 +00:00

21 lines
620 B
PHP

<?php
/**
* The config file is optional. It accepts a return array with config options
* Note: Never include more than one return statement, all options go within this single return array
* In this example, we set debugging to true, so that errors are displayed onscreen.
* This setting must be set to false in production.
* All config options: https://getkirby.com/docs/reference/system/options
*/
return [
'url' => [
'http://85.215.56.185:8585',
'https://web.mindboost.team',
'http://web.mindboost.team'
],
'panel' => [
'install' => true,
],
'debug' => true,
];