🐛fix: #IJX34Q 非Identity的token支持jwt token

This commit is contained in:
yubaolee
2026-07-06 21:14:28 +08:00
parent 94f6f9e831
commit 912e1146d6
5 changed files with 239 additions and 16 deletions

View File

@@ -19,6 +19,8 @@
},
"UploadPath": "", //附件上传的路径,如果为空则保存在站点根目录
"RedisConf": "your_redis_server:6379,password=your_redis_password", //redis配置信息
"HttpHost": "http://*:52789" //启动绑定地址及端口
"HttpHost": "http://*:52789", //启动绑定地址及端口
"JwtSecret": "openauth_jwt_secret_key_please_change_in_production", //JWT签名密钥生产环境请修改
"JwtExpireDays": 10 //JWT Token过期天数
}
}