feat(core): 新增 Feature Ticket 鉴权体系与任务执行接口
This commit is contained in:
@@ -107,4 +107,11 @@ sa-token:
|
||||
md5:
|
||||
salt: (-FhqvXO,wMz
|
||||
|
||||
ai_log_path: /test/ai_log
|
||||
ai_log_path: /test/ai_log
|
||||
|
||||
# Feature Ticket 配置
|
||||
feature-ticket:
|
||||
# AES 加密密钥(必须是 16/24/32 字节,生产环境请修改)
|
||||
aes-key: Ehq8aoQcJRXpgMbfZOt2ms7USgT5zGVr
|
||||
# Ticket 默认有效期(秒),默认 5 分钟
|
||||
default-expire-seconds: 300
|
||||
Reference in New Issue
Block a user