Skip to content

Commit 65951de

Browse files
committed
DB_DISTRIBUTION_ -> MYSQL_DISTRIBUTION_ in Documentation
1 parent 73f02ce commit 65951de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Ignore the only root .git directory ([#496](https://github.com/wardenenv/warden/pull/496) by @ihor-sviziev)
2323
* Allow dnsmasq service to be disabled ([#462](https://github.com/wardenenv/warden/pull/462) by by @davidhiendl)
2424
* Update Magento2 defaults to 2.4.6 ([#618](https://github.com/wardenenv/warden/pull/618) by by @lalittmohan)
25-
* The ability to specify `DB_DISTRIBUTION=(mysql|mariadb)` and `DB_DISTRIBUTION_VERSION` ([dd5ff](https://github.com/wardenenv/warden/commit/dd5ffddf4764d43c70387435c7c75035615661f0) by @rootindex)
25+
* The ability to specify `MYSQL_DISTRIBUTION=(mysql|mariadb)` and `MYSQL_DISTRIBUTION_VERSION` ([dd5ff](https://github.com/wardenenv/warden/commit/dd5ffddf4764d43c70387435c7c75035615661f0) by @rootindex)
2626
* Add `WARDEN_OPENSEARCH=1` and `OPENSEARCH_VERSION` ([2bd95](https://github.com/wardenenv/warden/commit/2bd95457748c1d639dc6109018d963ff624137ac) by @navarr)
2727
* Migration from Selenium to Seleniarm ([471dc](https://github.com/wardenenv/warden/commit/471dc0411771e21448dd4aa9eba8e8fdc7abdfdb) by @navarr)
2828
* Scoped environment config loading ([#451](https://github.com/wardenenv/warden/pull/451) by @tdgroot)

environments/magento2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ In addition to the below manual process, there is a `Github Template available f
3333
WARDEN_REDIS=1
3434

3535
OPENSEARCH_VERSION=2.5
36-
DB_DISTRIBUTION=mariadb
37-
DB_DISTRIBUTION_VERSION=10.6
36+
MYSQL_DISTRIBUTION=mariadb
37+
MYSQL_DISTRIBUTION_VERSION=10.6
3838
NODE_VERSION=12
3939
COMPOSER_VERSION=2.2
4040
PHP_VERSION=8.1

0 commit comments

Comments
 (0)