ejnshtein
released this
09 Feb 18:55
·
1444 commits
to master
since this release
This alpha version brings proper support for the configuration file.
Now Magento configuration file app-config.json
is moved to cma.js
file which is located in the projects root folder, this should allow easier access to the configuration and brings access to the configuration of CMA project itself!
With cma.js
you can:
- Update versions of Nginx, MySQL, ElasticSearch and Redis containers.
- Use custom nginx configuration file.
- Use custom PHP configuration file.
- Add PHP extensions or override existing ones. (like updating XDebug version)
In the future, we're also planning on adding support to override environmental variables for MySQL and ES containers.