Skip to content

Commit 646bedb

Browse files
committed
Fixed initial setup
1 parent ed25bf2 commit 646bedb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/vanilla/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php if (!defined('APPLICATION')) exit();
22

3-
$Configuration['Garden']['Installed'] = false;
3+
$Configuration['Garden']['Installed'] = true;
44

55
$Configuration['Database']['Name'] = getenv('MYSQL_DATABASE');
66
$Configuration['Database']['Host'] = getenv('MYSQL_HOST');

0 commit comments

Comments
 (0)