invoiceninja-nixos/config-filesystems.patch
awkawb 60640a5023 Work on Invoice Ninja v5.10.29
* Module now uses caddy instead of nginx
* Module now has adminEmail and adminPassword options
2024-10-04 09:56:33 -04:00

14 lines
445 B
Diff

diff --git a/config/filesystems.php b/config/filesystems.php
index a104af7a81..a4c87ba3ff 100644
--- a/config/filesystems.php
+++ b/config/filesystems.php
@@ -37,7 +37,7 @@ return [
'root' => base_path(),
'permissions' => [
'file' => [
- 'public' => 0664,
+ 'public' => 0444,
'private' => 0600,
],
'dir' => [