* Change zentaoApiWebhookUrl to webhookURL.

This commit is contained in:
Guan Xiying
2021-06-25 15:16:13 +08:00
parent eab79e485e
commit 8d7b731670
+1 -8
View File
@@ -21,8 +21,7 @@ $config->gitlab->zentaoObjectLabel->storyColor = '#69D100';
$config->gitlab->zentaoObjectLabel->bugColor = '#D10069';
$config->gitlab->zentaoObjectLabel->priority = "0";
$config->gitlab->zentaoApiWebhookUrl = "%s/api.php?m=gitlab&f=webhook&product=%s&gitlab=%s";
$config->gitlab->zentaoApiWebhookToken = "<access token>";
$config->gitlab->webhookURL = "%s/api.php?m=gitlab&f=webhook&product=%s&gitlab=%s&token=%s";
$config->gitlab->skippedFields = new stdclass;
$config->gitlab->skippedFields->issueCreate = array();
@@ -84,9 +83,3 @@ $config->gitlab->bugStateMap = array();
$config->gitlab->bugStateMap['active'] = 'reopen';
$config->gitlab->bugStateMap['resolved'] = 'reopen';
$config->gitlab->bugStateMap['closed'] = 'close';