wisdom #3

Merged
bragaz_rexita merged 6 commits from wisdom into main 2025-10-22 05:27:57 +00:00
Showing only changes of commit 906a624700 - Show all commits

View File

@@ -3,7 +3,7 @@ const crypto = require('crypto');
const tokenSettings = { const tokenSettings = {
access: { access: {
expiresIn: '15m', expiresIn: '12h',
type: 'access', type: 'access',
secret: process.env.SECRET secret: process.env.SECRET
}, },