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: { port: {
doc: 'MySQL Port', doc: 'MySQL Port',
format: Number, format: Number,
default: 5432, default: 3306,
env: 'DB_MYSQLDB_PORT' env: 'DB_MYSQLDB_PORT'
}, },
user: { user: {