change config database
This commit is contained in:
parent
b97e874f00
commit
ecd43189c4
|
|
@ -42,8 +42,8 @@ const databaseConfig: DatabaseConfig = {
|
||||||
password: Env.get('MYSQL_PASSWORD', ''),
|
password: Env.get('MYSQL_PASSWORD', ''),
|
||||||
database: Env.get('MYSQL_DB_NAME'),
|
database: Env.get('MYSQL_DB_NAME'),
|
||||||
},
|
},
|
||||||
pool: {min:1, max:200},
|
pool: {min:1, max:120},
|
||||||
acquireConnectionTimeout: 10000,
|
acquireConnectionTimeout: 60000,
|
||||||
migrations: {
|
migrations: {
|
||||||
naturalSort: true,
|
naturalSort: true,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue