| 123456789101112131415161718 | 
							- # dotenv file example
 - # copy it to .env and change the config
 - 
 - # App
 - MONITOR_APP_DEBUG=true
 - MONITOR_APP_SECRET=123456
 - 
 - # NOTICE
 - 
 - # SMTP
 - MONITOR_NOTICE_SMTP_HOST=host
 - MONITOR_NOTICE_SMTP_USER=user
 - MONITOR_NOTICE_SMTP_PASSWORD=password
 - MONITOR_NOTICE_EMAILS=466100496@qq.com
 - 
 - # MONITOR
 - MONITOR_MONITOR_TIMEOUT=500
 - MONITOR_MONITOR_URLS=http://www.baidu.com;http://www.links123.com
 
 
  |