mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
10 lines
351 B
PHP
10 lines
351 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 http://docs.humhub.org/admin-installation-configuration.html
|
|
* @see http://docs.humhub.org/dev-environment.html
|
|
*/
|
|
return [
|
|
];
|