We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed25bf2 commit 646bedbCopy full SHA for 646bedb
config/vanilla/config.php
@@ -1,6 +1,6 @@
1
<?php if (!defined('APPLICATION')) exit();
2
3
-$Configuration['Garden']['Installed'] = false;
+$Configuration['Garden']['Installed'] = true;
4
5
$Configuration['Database']['Name'] = getenv('MYSQL_DATABASE');
6
$Configuration['Database']['Host'] = getenv('MYSQL_HOST');
0 commit comments