diff --git a/packages/fxa-profile-server/lib/config.js b/packages/fxa-profile-server/lib/config.js index cb3ce1ce49..b7e65a6e4b 100644 --- a/packages/fxa-profile-server/lib/config.js +++ b/packages/fxa-profile-server/lib/config.js @@ -186,6 +186,14 @@ const conf = convict({ default: '3306', env: 'MYSQL_PORT', }, + connectionLimit: { + default: 10, + env: 'MYSQL_CONNECTION_LIMIT', + }, + queueLimit: { + default: 0, + env: 'MYSQL_QUEUE_LIMIT', + }, }, oauth: { url: {