Skip to content

Commit

Permalink
DB_DISTRIBUTION_ -> MYSQL_DISTRIBUTION_ in Documentation
Browse files Browse the repository at this point in the history
(cherry picked from commit 6c46d25)
  • Loading branch information
navarr committed Apr 5, 2023
1 parent 7e9d3ed commit 34bb830
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* Ignore the only root .git directory ([#496](https://github.com/wardenenv/warden/pull/496) by @ihor-sviziev)
* Allow dnsmasq service to be disabled ([#462](https://github.com/wardenenv/warden/pull/462) by by @davidhiendl)
* Update Magento2 defaults to 2.4.6 ([#618](https://github.com/wardenenv/warden/pull/618) by by @lalittmohan)
* The ability to specify `DB_DISTRIBUTION=(mysql|mariadb)` and `DB_DISTRIBUTION_VERSION` ([dd5ff](https://github.com/wardenenv/warden/commit/dd5ffddf4764d43c70387435c7c75035615661f0) by @rootindex)
* The ability to specify `MYSQL_DISTRIBUTION=(mysql|mariadb)` and `MYSQL_DISTRIBUTION_VERSION` ([dd5ff](https://github.com/wardenenv/warden/commit/dd5ffddf4764d43c70387435c7c75035615661f0) by @rootindex)
* Add `WARDEN_OPENSEARCH=1` and `OPENSEARCH_VERSION` ([2bd95](https://github.com/wardenenv/warden/commit/2bd95457748c1d639dc6109018d963ff624137ac) by @navarr)
* Migration from Selenium to Seleniarm ([471dc](https://github.com/wardenenv/warden/commit/471dc0411771e21448dd4aa9eba8e8fdc7abdfdb) by @navarr)
* Scoped environment config loading ([#451](https://github.com/wardenenv/warden/pull/451) by @tdgroot)
Expand Down
4 changes: 2 additions & 2 deletions environments/laravel/init.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

DB_DISTRIBUTION=mariadb
DB_DISTRIBUTION_VERSION=10.4
MYSQL_DISTRIBUTION=mariadb
MYSQL_DISTRIBUTION_VERSION=10.4
NODE_VERSION=12
COMPOSER_VERSION=1
PHP_VERSION=7.4
Expand Down
4 changes: 2 additions & 2 deletions environments/magento1/init.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
WARDEN_DB=1
WARDEN_REDIS=1

DB_DISTRIBUTION=mariadb
DB_DISTRIBUTION_VERSION=10.3
MYSQL_DISTRIBUTION=mariadb
MYSQL_DISTRIBUTION_VERSION=10.3
NODE_VERSION=12
COMPOSER_VERSION=1
PHP_VERSION=7.2
Expand Down
4 changes: 2 additions & 2 deletions environments/magento2/init.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ WARDEN_RABBITMQ=1
WARDEN_REDIS=1

OPENSEARCH_VERSION=2.5
DB_DISTRIBUTION=mariadb
DB_DISTRIBUTION_VERSION=10.6
MYSQL_DISTRIBUTION=mariadb
MYSQL_DISTRIBUTION_VERSION=10.6
NODE_VERSION=12
COMPOSER_VERSION=2.2
PHP_VERSION=8.1
Expand Down
4 changes: 2 additions & 2 deletions environments/shopware/init.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ WARDEN_RABBITMQ=0
WARDEN_ELASTICSEARCH=0
WARDEN_VARNISH=0

DB_DISTRIBUTION=mariadb
DB_DISTRIBUTION_VERSION=10.4
MYSQL_DISTRIBUTION=mariadb
MYSQL_DISTRIBUTION_VERSION=10.4
NODE_VERSION=12
COMPOSER_VERSION=2
PHP_VERSION=7.4
Expand Down
4 changes: 2 additions & 2 deletions environments/symfony/init.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ WARDEN_RABBITMQ=0
WARDEN_ELASTICSEARCH=0
WARDEN_VARNISH=0

DB_DISTRIBUTION=mariadb
DB_DISTRIBUTION_VERSION=10.4
MYSQL_DISTRIBUTION=mariadb
MYSQL_DISTRIBUTION_VERSION=10.4
NODE_VERSION=12
COMPOSER_VERSION=2
PHP_VERSION=7.4
Expand Down
4 changes: 2 additions & 2 deletions environments/wordpress/init.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

DB_DISTRIBUTION=mariadb
DB_DISTRIBUTION_VERSION=10.4
MYSQL_DISTRIBUTION=mariadb
MYSQL_DISTRIBUTION_VERSION=10.4
NODE_VERSION=12
COMPOSER_VERSION=1
PHP_VERSION=7.4
Expand Down

0 comments on commit 34bb830

Please sign in to comment.