no need for jwt token/secret on the proxy

This commit is contained in:
Peter Morton 2023-10-11 19:18:26 -05:00
parent 037b001de6
commit 0e64f654ec

View File

@ -21,11 +21,6 @@ export default (app) => {
logger.error(ex);
});
if (!config.jwtSecret) {
logger.crit("Jwtprivatekey is not defined");
process.exit(1);
}
app.enable("trust proxy");
// app.use(cors());