Imported code from old repository

This commit is contained in:
2022-11-22 15:46:36 +01:00
parent 976fdc0199
commit 77cf9e05f1
91 changed files with 18969 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
<?php
return [
'uploads' => false,
'interactive_run' => false,
'client_authentication' => 'none',
'mode' => 'default',
'agws.data_cache' => 'file',
'log.target' => 'errorlog',
'log.level' => Monolog\Logger::DEBUG,
'cache_dir' => sys_get_temp_dir() . '/phpMAE/cache',
'uploads_dir' => sys_get_temp_dir() . '/phpMAE/uploads',
];