Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
farisc0de committed Jan 12, 2024
1 parent c085f3a commit 34c42fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uploady/config/environment.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

define('ENVIRONMENT', 'development');
define('ENVIRONMENT', 'installation');
ini_set("memory_limit", "1024M");

switch (ENVIRONMENT) {
Expand Down

0 comments on commit 34c42fd

Please sign in to comment.