From 729c6a5e30fb021a0f996675ccf4150dc3f27fdc Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Sat, 9 Jul 2022 19:59:43 +0300 Subject: config: remove unused sassc_bin key --- config.php | 1 - 1 file changed, 1 deletion(-) (limited to 'config.php') diff --git a/config.php b/config.php index 0e2a225..680ffa8 100644 --- a/config.php +++ b/config.php @@ -20,7 +20,6 @@ return [ 'uploads_dir' => '/home/user/files.example.com', 'uploads_host' => 'files.example.com', - 'sassc_bin' => '/usr/local/bin/sassc', 'dirs_mode' => 0775, 'files_mode' => 0664, 'group' => 33, // id -g www-data -- cgit v1.2.3