You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
require('env2')('./config.env'); why this not in varibale or const ?
i think it a better to be in var or const
and the max in the const options should be process.env.MAX_CONNECTIONS || 2, not 2
The text was updated successfully, but these errors were encountered:
require('env2')('./config.env');
why this not in varibale or const ?i think it a better to be in var or const
and the max in the const options should be process.env.MAX_CONNECTIONS || 2, not 2
The text was updated successfully, but these errors were encountered: