first commit
This commit is contained in:
11
config/libreoffice.php
Normal file
11
config/libreoffice.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
/*
|
||||
* putenv('HOME=/tmp');
|
||||
* putenv('USER=www-data');
|
||||
*
|
||||
*/
|
||||
'home' => env('LIBREOFFICE_HOME', '/tmp'),
|
||||
'user' => env('LIBREOFFICE_USER', 'www-data')
|
||||
];
|
||||
Reference in New Issue
Block a user