http urls monitor.

.env.example 407B

12345678910111213141516171819
  1. # dotenv file example
  2. # copy it to .env and change the config
  3. # App
  4. MONITOR_APP_DEBUG=true
  5. MONITOR_APP_SECRET=123456
  6. # NOTICE
  7. # SMTP
  8. MONITOR_NOTICE_SMTP_HOST=host
  9. MONITOR_NOTICE_SMTP_PORT=port
  10. MONITOR_NOTICE_SMTP_USER=user
  11. MONITOR_NOTICE_SMTP_PASSWORD=password
  12. MONITOR_NOTICE_EMAILS=466100496@qq.com
  13. # MONITOR
  14. MONITOR_MONITOR_TIMEOUT=500
  15. MONITOR_MONITOR_URLS=http://www.baidu.com;http://www.links123.com