dev.yaml 192 B

1234567891011
  1. # 开发环境配置
  2. base_url: https://dev.example.com
  3. database:
  4. host: dev-db.example.com
  5. name: test_automation_dev
  6. api:
  7. base_url: https://dev-api.example.com
  8. environment: development