Created
October 27, 2020 21:00
-
-
Save MasterHans/679677e4aff37d16dfc0f15256282544 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* This file provides to overwrite the default HumHub / Yii configuration by your local 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 [ | |
'modules' => [ | |
'gii' => [ | |
'class' => 'yii\gii\Module', | |
'allowedIPs' => ['*'], | |
// 'generators' => [ | |
// 'module' => [ | |
// 'class' => 'humhub\modules\devtools\gii\generators\ModuleGenerator', | |
// ] | |
// ], | |
], | |
] | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment