Configure Kirby for web.mindboost.team deployment

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
MindBoost Deploy
2026-03-25 13:37:54 +00:00
parent 63ddf40692
commit fd06ae62d4

View File

@@ -8,5 +8,13 @@
* 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,
];