mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-07-14 03:23:48 +08:00
🐛fix: #IJX34Q 非Identity的token支持jwt token
Signed-off-by: 李玉宝 <yubaolee@163.com>
This commit is contained in:
@@ -24,6 +24,8 @@
|
|||||||
},
|
},
|
||||||
"UploadPath": "", //附件上传的路径,如果为空则保存在站点根目录
|
"UploadPath": "", //附件上传的路径,如果为空则保存在站点根目录
|
||||||
"RedisConf": "redistest.cq-p.com.cn:8001,password=share_redis@123", //redis配置
|
"RedisConf": "redistest.cq-p.com.cn:8001,password=share_redis@123", //redis配置
|
||||||
"HttpHost": "http://*:52789" //启动绑定地址及端口
|
"HttpHost": "http://*:52789", //启动绑定地址及端口
|
||||||
|
"JwtSecret": "openauth_jwt_secret_key_please_change_in_production", //JWT签名密钥,生产环境请修改
|
||||||
|
"JwtExpireDays": 10 //JWT Token过期天数
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user