config: set is_dev to false by default
This commit is contained in:
parent
2011ca76bc
commit
664ea7f60e
@ -23,5 +23,5 @@ return [
|
||||
'dirs_mode' => 0775,
|
||||
'files_mode' => 0664,
|
||||
'group' => 33, // id -g www-data
|
||||
'is_dev' => true,
|
||||
'is_dev' => false,
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user