0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-20 02:46:10 +02:00
nextcloud-docker/28/apache/config/log.config.php
2024-08-30 14:50:20 +09:00

6 lines
113 B
PHP

<?php
if (getenv('NEXTCLOUD_DEGBUG_MODE') !== false) {
$CONFIG = array (
'debug' => true,
);
}