Skip to content

Commit ed25bf2

Browse files
committed
Fixed initial setup
1 parent 341becd commit ed25bf2

File tree

2 files changed

+1
-51
lines changed

2 files changed

+1
-51
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'] = true;
3+
$Configuration['Garden']['Installed'] = false;
44

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

me.vanilla.env

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)