mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-20 02:46:10 +02:00
6 lines
112 B
PHP
6 lines
112 B
PHP
<?php
|
|
if (getenv('NEXTCLOUD_DEBUG_MODE') !== false) {
|
|
$CONFIG = array (
|
|
'debug' => true,
|
|
);
|
|
}
|