Small additions to MySQL support

This commit is contained in:
Jan Oberhauser
2020-02-11 21:26:43 -08:00
parent c42d13c1e3
commit 92445082fd
3 changed files with 27 additions and 1 deletions

View File

@@ -65,7 +65,7 @@ To use MySQL as database you can provide the following environment variables:
```bash
export DB_TYPE=postgresdb
export DB_TYPE=mysqldb
export DB_MYSQLDB_DATABASE=n8n
export DB_MYSQLDB_HOST=mysqldb
export DB_MYSQLDB_PORT=3306