configsync:用于在版本控制中存储具有多个环境的Magento配置的模块 源码
Magento 2配置同步 用于在版本控制中存储具有多个环境的Magento配置的模块 文件语法 配置值存储在YAML文件中。 该文件的格式如下: environment: scope_key: path: value 例如: production: default: web/secure/base_url: https://domain.com/ web/secure/use_in_frontend: 1 development: default: web/secure/base_url: https:
下载地址
用户评论