Add MYSQL_ROOT_PASSWORD and MYSQL_ROOT_USER environement variables documentation

This commit is contained in:
Adphi 2018-04-27 09:11:15 +02:00
parent 324e6abd46
commit 34ff0135d9
1 changed files with 2 additions and 0 deletions

View File

@ -101,6 +101,8 @@ __SQLITE_DATABASE__:
- `SQLITE_DATABASE` Name of the database using sqlite
__MYSQL/MariaDB__:
- `MYSQL_ROOT_USER` Name of mysql / mariadb root user.
- `MYSQL_ROOT_PASSWORD` Root Password of the database, used to create the MYSQL_USER, MYSQL_PASSWORD, and MYSQL_DATABASE.
- `MYSQL_DATABASE` Name of the database using mysql / mariadb.
- `MYSQL_USER` Username for the database using mysql / mariadb.
- `MYSQL_PASSWORD` Password for the database user using mysql / mariadb.