Skip to content

Instantly share code, notes, and snippets.

@MasterHans
Created October 27, 2020 21:00
Show Gist options
  • Save MasterHans/679677e4aff37d16dfc0f15256282544 to your computer and use it in GitHub Desktop.
Save MasterHans/679677e4aff37d16dfc0f15256282544 to your computer and use it in GitHub Desktop.
<?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