From fd06ae62d4edc0bcb83eef7cbcb3ec6d93df4dc3 Mon Sep 17 00:00:00 2001 From: MindBoost Deploy Date: Wed, 25 Mar 2026 13:37:54 +0000 Subject: [PATCH] Configure Kirby for web.mindboost.team deployment Co-Authored-By: Claude Sonnet 4.6 --- site/config/config.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/site/config/config.php b/site/config/config.php index 41220790..b8484ea3 100644 --- a/site/config/config.php +++ b/site/config/config.php @@ -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, ];