Installed latest version of express-gateway (1.16.7). Set the variable export NODE_ENV=production, started express-gateway and got:
Warning: connect.session() MemoryStore is not
designed for a production environment, as it will leak
memory, and will not scale past a single process.
2019-08-20T22:32:29.800Z [EG:gateway] info: gateway http server listening on :::8080
2019-08-20T22:32:29.800Z [EG:admin] info: admin http server listening on 127.0.0.1:9876
Is there anything I can do to control session store in production environment?
Installed latest version of express-gateway (1.16.7). Set the variable
export NODE_ENV=production
, started express-gateway and got:Is there anything I can do to control session store in production environment?