All Downloads are FREE. Search and download functionalities are using the official Maven repository.

oo.2.0.1.source-code.application.yml Maven / Gradle / Ivy

There is a newer version: 5.0.0
Show newest version
####################################################    框架配置,禁止修改    ####################################################
check.json:
  - '^json.[\w]+(.\w+)*'
  - '^body.[\w]+(.\w+)*'
  - '^\$.[\w]+(.\w+)*'

check.body:
  - body
  - content
  - json
  - text
  - html

check.code:
  - line
  - status
  - statusCode
  - statusLine
  - status_code
  - status_line

####################################################    框架配置,禁止修改    ####################################################

#   当MiGoo 作为外部依赖时,以下配置放入主项目 migoo.yml 文件        ####################################################

# 测试结束后 是否发送邮件  false 不发送
mail.send: false

# 邮箱服务器 imap 地址
mail.imap.host: imap.exmail.qq.com

# 发件人邮箱地址
mail.send.from: [email protected]

# 发件人邮箱密码
mail.send.password: password

# 收件人列表
mail.send.toList:
  - [email protected]

# 忽略目录
ignore.directory:
  - .svn
  - .git
  - vars.yml
  - vars.yaml
  - vars.properties




© 2015 - 2024 Weber Informatics LLC | Privacy Policy