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, ];