mirror of
https://github.com/vastxie/99AI.git
synced 2025-11-14 04:33:41 +08:00
NineAI 2.4.2
This commit is contained in:
9
dist/config/jwt.js
vendored
Normal file
9
dist/config/jwt.js
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
const config = {
|
||||
secret: process.env.JWT_SECRET,
|
||||
signOptions: {
|
||||
expiresIn: process.env.JWT_EXPIRESIN || '7d',
|
||||
},
|
||||
};
|
||||
exports.default = config;
|
||||
Reference in New Issue
Block a user