Merge branch 'zentaopms_239_wangyuting' into 'zentaopms_239'

* Set config.

See merge request easycorp/zentaopms!5921
This commit is contained in:
王 于听
2022-10-27 08:19:34 +00:00
+3 -1
View File
@@ -390,7 +390,9 @@ $config->objectTables['stage'] = TABLE_STAGE;
$config->objectTables['apistruct'] = TABLE_APISTRUCT;
$config->objectTables['repo'] = TABLE_REPO;
$config->newFeatures = array('introduction', 'tutorial', 'youngBlueTheme', 'visions');
$config->newFeatures = array('introduction', 'tutorial', 'youngBlueTheme', 'visions');
$config->disabledFeatures = '';
$config->closedFeatures = '';
$config->pipelineTypeList = array('gitlab', 'gogs', 'gitea', 'jenkins', 'sonarqube');