Skip to content

Commit

Permalink
Update default.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fed135 authored Sep 23, 2021
1 parent 0c14049 commit a516923
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ require('dotenv').config();
const path = require('path');

module.exports = {
auth: {
jwtSecret: process.env.JWT_SECRET,
expiresAt: 60 * 60 * 24,
},
db: {
host: '0.0.0.0',
port: 5432,
Expand Down

0 comments on commit a516923

Please sign in to comment.