24.6.1. 加载YAML
environments:
dev:
url: http://dev.bar.com
name: Developer Setup
prod:
url: http://foo.bar.com
name: My Cool Appenvironments.dev.url=http://dev.bar.com
environments.dev.name=Developer Setup
environments.prod.url=http://foo.bar.com
environments.prod.name=My Cool Appmy:
servers:
- dev.bar.com
- foo.bar.comLast updated
Was this helpful?