简单地读取不同环境的配置, 目前仅限于YAML
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
170 B

  1. default:
  2. user: "jenkins"
  3. pass: "123412412"
  4. host: "rm-w23232z93xv4dds00rl.mysql.rds.aliyuncs.com"
  5. port: 3306
  6. name: "gr_jenkins"
  7. driver: "mysql"
  8. prefix: "gr_"