更新配置文件
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -14,7 +14,7 @@ pipeline { | ... | @@ -14,7 +14,7 @@ pipeline { |
| 14 | DEPLOY_ENV = "${env.JOB_NAME.split('-').last()}" | 14 | DEPLOY_ENV = "${env.JOB_NAME.split('-').last()}" |
| 15 | IP_HOST_TEST = 'ai-test.hikoon.com' | 15 | IP_HOST_TEST = 'ai-test.hikoon.com' |
| 16 | IP_HOST_UAT = 'ai-uat.hikoon.com' | 16 | IP_HOST_UAT = 'ai-uat.hikoon.com' |
| 17 | IP_HOST_PROD = 'api.hikoon.com' | 17 | IP_HOST_PROD = 'ai.hikoon.com' |
| 18 | // 企微Webhook URL - 包含完整的webhook地址和key | 18 | // 企微Webhook URL - 包含完整的webhook地址和key |
| 19 | WECOM_WEBHOOK_URL = 'https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=77f8f0d5-243a-442a-8946-bc713be7bf65' | 19 | WECOM_WEBHOOK_URL = 'https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=77f8f0d5-243a-442a-8946-bc713be7bf65' |
| 20 | } | 20 | } | ... | ... |
-
Please register or sign in to post a comment