diff --git a/smart-admin-api/sa-common/src/main/resources/dev/sa-common.yaml b/smart-admin-api/sa-common/src/main/resources/dev/sa-common.yaml index 14fc43ad..62e609ef 100644 --- a/smart-admin-api/sa-common/src/main/resources/dev/sa-common.yaml +++ b/smart-admin-api/sa-common/src/main/resources/dev/sa-common.yaml @@ -127,7 +127,7 @@ sa-token: # token 前缀 例如:Bear token-prefix: # jwt秘钥 - jwt-secret-key: smart-admin + # jwt-secret-key: smart-admin # token 有效期(单位:秒) 默认30天,-1 代表永久有效 timeout: 432000 # token 最低活跃频率(单位:秒),如果 token 超过此时间没有访问系统就会被冻结,默认-1 代表不限制,永不冻结