mirror of
https://github.com/humhub/humhub.git
synced 2025-07-12 03:26:20 +02:00
9 lines
296 B
PHP
9 lines
296 B
PHP
<?php
|
|
/**
|
|
* This file provides to overwrite the default HumHub / Yii configuration by your local common (Console and Web) environments
|
|
* @see http://www.yiiframework.com/doc-2.0/guide-concept-configurations.html
|
|
* @see https://docs.humhub.org/docs/admin/advanced-configuration
|
|
*/
|
|
return [
|
|
];
|