Fixed MySQL default port
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user