5 lines
69 B
PHP
5 lines
69 B
PHP
|
<?php
|
||
|
return [
|
||
|
'logs_folder' => $_ENV['LOGS_PATH'] ?? '/logs'
|
||
|
];
|