diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-07-09 19:59:43 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-07-09 19:59:43 +0300 |
commit | 729c6a5e30fb021a0f996675ccf4150dc3f27fdc (patch) | |
tree | 28861580c99c8982b5523ec2ed4d129deaca1ef1 /config.php | |
parent | b9f9bf9baf03ef2b52a3ded56e38cf4031a98859 (diff) |
config: remove unused sassc_bin key
Diffstat (limited to 'config.php')
-rw-r--r-- | config.php | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |