Fixed MySQL default port

This commit is contained in:
Guilherme Almeida Girardi 2020-02-10 13:18:28 -03:00
parent 3bdd9096e1
commit 9e4b6cc97a

View file

@ -74,7 +74,7 @@ const config = convict({
port: {
doc: 'MySQL Port',
format: Number,
default: 5432,
default: 3306,
env: 'DB_MYSQLDB_PORT'
},
user: {