Lambda-School-Labs/grants-be

View on GitHub
auth/secrets.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  jwtSecret: process.env.JWT_SECRET || "banana"
}