1
我们有一个网站广泛config.yml
文件,联系人API密钥等..YML文件可以访问另一个YML文件吗?
可以在我的YML文件的另一个访问中config.yml
值?
config.yml:
development:
thing: 123123123123
plugin_config.yml:
development:
thing: config.yml.development.thing
这可能吗?
可能重复[如何在YAML文件中包含YAML文件?](http://stackoverflow.com/questions/2278241/how-to-include-a-yaml-file-inside-a-yaml-file) –