config.js 111 B

123456
  1. //全局配置文件
  2. module.exports = {
  3. //加密和解密的token密钥
  4. jwtSecretKey: "expressToken"
  5. }