Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

孙龙 / note-library

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Find file
BlameHistoryPermalink
Switch branch/tag
  • note-library
  • config
  • monitorDing.php
  • 孙龙's avatar
    up · c3a7675c
    孙龙 committed 5 years ago
    c3a7675c Browse Files
monitorDing.php 387 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<?php

return [
    // 是否开启报错写入
    'enabled' => env('DING_ALERT', false),

    // curl证书验证, 线下环境不用开启
    'curl_verify' => true,

    'web_name'=>'标签库系统告警[请及时修改]',

    // webhook的值
    'webhook' => 'https://oapi.dingtalk.com/robot/send?access_token=ba4ed87924ee03b37d2b96ba0f0cb1a28d476bda3af6b2e75a2458b08b5ae39c',
];