Update README.md

- add choices to MAGENTO_MODE env var
This commit is contained in:
jotadrilo
2016-11-17 09:12:15 +01:00
committed by GitHub
parent 9f15925bfa
commit d4805698b8

View File

@@ -192,7 +192,7 @@ Available variables:
- `MAGENTO_FIRSTNAME`: Magento application first name. Default: **FirstName**
- `MAGENTO_LASTNAME`: Magento application last name. Default: **LastName**
- `MAGENTO_HOST`: Host domain or IP.
- `MAGENTO_MODE`: Magento mode. Default: **developer**
- `MAGENTO_MODE`: Magento mode. Valid values: **default**, **production**, **developer**. Default: **default**
- `MARIADB_USER`: Root user for the MariaDB database. Default: **root**
- `MARIADB_PASSWORD`: Root password for the MariaDB.
- `MARIADB_HOST`: Hostname for MariaDB server. Default: **mariadb**