mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-24 02:52:24 -08:00
Fixed MySQL default port
This commit is contained in:
parent
3bdd9096e1
commit
9e4b6cc97a
|
@ -74,7 +74,7 @@ const config = convict({
|
|||
port: {
|
||||
doc: 'MySQL Port',
|
||||
format: Number,
|
||||
default: 5432,
|
||||
default: 3306,
|
||||
env: 'DB_MYSQLDB_PORT'
|
||||
},
|
||||
user: {
|
||||
|
|
Loading…
Reference in a new issue