From 664ea7f60e19e923348c855997889acbeb5b026a Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Sat, 9 Jul 2022 20:05:40 +0300 Subject: config: set is_dev to false by default --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.php') diff --git a/config.php b/config.php index 680ffa8..b1f1244 100644 --- a/config.php +++ b/config.php @@ -23,5 +23,5 @@ return [ 'dirs_mode' => 0775, 'files_mode' => 0664, 'group' => 33, // id -g www-data - 'is_dev' => true, + 'is_dev' => false, ]; -- cgit v1.2.3